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 cc85402 commit 58990d7Copy full SHA for 58990d7
.github/workflows/python-package.yml
@@ -20,12 +20,7 @@ jobs:
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
- run: |
24
- python -m pip install --upgrade pip
25
- python -m pip install flake8 pytest
26
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- # Install the package in development mode
28
- pip install -e .[dev] .
+ run: pip install .[dev]
29
- name: Lint with flake8
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
0 commit comments