Skip to content

Commit

Permalink
make for a cleaner repro
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Feb 18, 2024
1 parent 0a4ee78 commit 99121d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# in the context of GitHub Actions
run: |
if [ "${{ runner.os }}" = "Windows" ]; then
pip install uv
pip install "uv>=0.1.4"
else
curl -LsSf https://astral.sh/uv/install.sh | sh
fi
Expand All @@ -83,8 +83,8 @@ jobs:
- run: uv pip freeze
- name: Run tests under coverage
run: |
python -m coverage run -m pytest --doctest-modules
python -m coverage report --no-skip-covered
coverage run -m pytest --doctest-modules
coverage report --no-skip-covered
create-issue-on-failure:
name: Create an issue if daily test failed
Expand Down

0 comments on commit 99121d6

Please sign in to comment.