Skip to content

Commit 884565d

Browse files
committed
Fix CI
1 parent 5191c9c commit 884565d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wikidspark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Install Python Requirements
2929
run : |
3030
python -m pip install --upgrade pip
31-
python -m pip install --user poetry pytest-cov codecov pyYAML
31+
python -m pip install poetry pytest-cov codecov pyYAML
3232
3333
- name: Install Package
34-
run : python -m poetry install
34+
run : poetry install
3535

3636
- name: Run Tests
3737
run : |

0 commit comments

Comments
 (0)