Skip to content

Commit

Permalink
Work around missing pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 31, 2024
1 parent 9a58b3c commit 77e5f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
run: |
uv venv
uv pip install -e .[dev]
.venv/bin/python -Im pip install -e .[dev]
pip3 --python .venv/bin/python install -e .[dev]
.venv/bin/python -Ic 'import stamina; print(stamina.__version__)'
required-checks-pass:
Expand Down

0 comments on commit 77e5f4b

Please sign in to comment.