Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed May 14, 2024
1 parent cc036c3 commit b4e494f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Install ControlFlow
run: uv pip install ".[tests]"
run: uv pip install --system ".[tests]"

- name: Run tests
run: pytest -vv
Expand Down

0 comments on commit b4e494f

Please sign in to comment.