Skip to content

Commit 93aba04

Browse files
committed
Build fix
1 parent c9cab83 commit 93aba04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
python -m pip install poetry
2425
rm poetry.lock
25-
pipx install poetry
2626
poetry env use system
2727
poetry install --no-root
2828
- name: Test with pytest

0 commit comments

Comments
 (0)