Skip to content

Commit ff7e2fd

Browse files
committed
Fix CI
1 parent 5191c9c commit ff7e2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wikidspark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ 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 : |
38-
poetry run pip install -y pytest-cov
38+
poetry run pip install pytest-cov
3939
poetry run pytest --cov=./ --cov-report=xml
4040
4141
- name: Upload Coverage (Ubuntu Python3.13)

0 commit comments

Comments
 (0)