Skip to content

Commit

Permalink
use --system-site-package instead of vext in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Mar 18, 2024
1 parent 802ca27 commit 42aaf14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libgirepository1.0-dev
python3 -m venv venv
python3 -m venv --system-site-packages venv
- name: Install requirements into Python virtual environment
if: steps.cache-venv.outputs.cache-hit != 'true'
uses: ./.github/templates/run_in_venv
Expand Down
4 changes: 1 addition & 3 deletions requirements_ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Extra requirements for GitHub Actions CI
opencv-python==4.6.0.66
pycoral~=2.0
pygobject
vext
vext.gi
pygobject

0 comments on commit 42aaf14

Please sign in to comment.