We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251a8c8 commit 9caad5bCopy full SHA for 9caad5b
.github/workflows/main.yml
@@ -48,9 +48,15 @@ jobs:
48
if: ${{ matrix.python-version == '3.14' }}
49
run: flake8 matplotlib_inline --ignore=E501,W504,W503
50
51
+ - name: Test Build
52
+ if: ${{ matrix.python-version == '3.14' }}
53
+ run: |
54
+ pip install build
55
+ python -m build
56
+
57
- name: Install ruff
58
- run: pip install ruff
59
+ run: pip install ruff
60
61
- name: Check code with ruff
62
0 commit comments