Skip to content

Commit

Permalink
ci: fix pdm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Nov 3, 2023
1 parent 641f216 commit a33b86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Deploy docs
run: |
cd docs/
mkdocs gh-deploy --force
pdm run mkdocs gh-deploy --force
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Run functional tests
run: |
cd tests/
pytest --junitxml report.xml --cov=. -vv
pdm run pytest --junitxml report.xml --cov=. -vv
run_pytests_windows:
name: Windows
Expand Down Expand Up @@ -85,5 +84,4 @@ jobs:
- name: Test with pytest
run: |
cd tests/
python -m pytest -vv
pdm run pytest -vv

0 comments on commit a33b86a

Please sign in to comment.