Skip to content

Commit

Permalink
ci: fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 9, 2024
1 parent 11c915c commit 8eb4b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install package
run: |
uv pip install --system -e .[test] pytest-xdist # for multiprocessing
uv pip install --system .[test] pytest-xdist # for multiprocessing
- name: Test package
run: python -m pytest --doctest-modules --cov=hepstats --cov-report=xml -n auto
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: uv python install 3.9
- name: Install dependencies
run: |
uv pip install --system -e .[docs]
uv pip install --system .[docs]
- name: build docs
run: |
sphinx-build -b html docs docs/_build/html
Expand Down

0 comments on commit 8eb4b0c

Please sign in to comment.