Skip to content

Commit ed5469c

Browse files
committed
github actions
1 parent 11b7590 commit ed5469c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
cache: pip
2626
cache-dependency-path: pyproject.toml
2727

28+
- name: Install nox
29+
run: pip install nox==2025.5.1
30+
- name: Upgrade setuptools & wheel (for all venvs)
31+
run: pip install --upgrade setuptools wheel
32+
2833
- name: Lint with flake8
2934
if: ${{ matrix.python-version == '3.12' }}
3035
run: |

0 commit comments

Comments
 (0)