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 e317feb commit a0c86cdCopy full SHA for a0c86cd
.github/workflows/python-package.yml
@@ -26,9 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
run: |
29
- python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest
31
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ poetry install
32
- name: Lint with flake8
33
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments