Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Feb 17, 2024
1 parent 734423e commit 7f545af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install depdencies
# we need to uninstall pip or uv complains about how setup-python
# has pip install twice for some reason??
run: |
python -m pip uninstall pip --yes
uv pip install -e ".[pytest]"
- run: uv pip freeze --all
- run: uv pip freeze
- name: Run tests under coverage
run: |
coverage run -m pytest --doctest-modules
Expand Down

0 comments on commit 7f545af

Please sign in to comment.