Skip to content

Commit a0c86cd

Browse files
committed
move actions to poetry
1 parent e317feb commit a0c86cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
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
29+
poetry install
3230
- name: Lint with flake8
3331
run: |
3432
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)