Skip to content

Commit

Permalink
no more system package
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Dec 11, 2023
1 parent 277b6ab commit e192713
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 @@ -65,7 +65,7 @@ jobs:
path: dist/
- name: Install Python dependencies
run: |
python -m venv --system-site-packages .venv
python -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
pip3 install dist/*.whl
Expand Down

0 comments on commit e192713

Please sign in to comment.