Skip to content

Commit 3229a95

Browse files
committed
move actions to poetry
1 parent a0c86cd commit 3229a95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
poetry install
29+
python -m pip install --upgrade pip
30+
python -m pip install flake8 pytest poetry
31+
poetry install
3032
- name: Lint with flake8
3133
run: |
3234
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)