Skip to content

Commit

Permalink
fixup! fixup! TST: switch bleeding edge CI to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 10, 2024
1 parent 90ebd5b commit 46f0149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: |
uv venv --python-preference=only-system
uv venv -p 3.13 --python-preference=only-system
uv pip install git+https://github.com/pytest-dev/pytest.git
uv pip install pytest-repeat hypothesis
- name: Build
Expand Down

0 comments on commit 46f0149

Please sign in to comment.