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 ff7e2fdCopy full SHA for ff7e2fd
.github/workflows/wikidspark.yml
@@ -28,14 +28,14 @@ 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
38
- poetry run pip install -y pytest-cov
+ poetry run pip install pytest-cov
39
poetry run pytest --cov=./ --cov-report=xml
40
41
- name: Upload Coverage (Ubuntu Python3.13)
0 commit comments