We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5191c9c commit 884565dCopy full SHA for 884565d
.github/workflows/wikidspark.yml
@@ -28,10 +28,10 @@ jobs:
28
- name: Install Python Requirements
29
run : |
30
python -m pip install --upgrade pip
31
- python -m pip install --user poetry pytest-cov codecov pyYAML
+ python -m pip install poetry pytest-cov codecov pyYAML
32
33
- name: Install Package
34
- run : python -m poetry install
+ run : poetry install
35
36
- name: Run Tests
37
0 commit comments