We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d3a83 commit 02356d0Copy full SHA for 02356d0
.github/workflows/build-test.yml
@@ -22,8 +22,9 @@ jobs:
22
python -m venv .venv
23
. .venv/bin/activate
24
pip install --upgrade pip
25
- pip install flake8 pytest
26
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install uv
+ uv pip install flake8 pytest
27
+ if [ -f requirements.txt ]; then uv pip install -r requirements.txt; fi
28
- name: Archive virtualenv
29
run: tar czf venv.tar.gz .venv
30
- name: Upload virtualenv artifact
0 commit comments