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 3d7877d commit 468e1f9Copy full SHA for 468e1f9
.github/workflows/python-package.yml
@@ -22,6 +22,10 @@ jobs:
22
uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
+ - name: Install dependencies
26
+ run: |
27
+ python -m pip install --upgrade pip
28
+ python -m pip install flake8 pytest
29
- name: Lint with flake8
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
0 commit comments