Skip to content

Commit 58990d7

Browse files
authored
Update python-package.yml
1 parent cc85402 commit 58990d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- 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] .
23+
run: pip install .[dev]
2924
- name: Lint with flake8
3025
run: |
3126
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)