Skip to content

Commit

Permalink
Use virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 28, 2024
1 parent 18e7452 commit d849b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
partial: true
- name: Uninstall dependencies
run: |
source .venv/bin/activate
python3 -m pip uninstall -y pylint
- name: Downgrade dependencies
run: |
source .venv/bin/activate
pip install -I pylint==2.10.0
rustup default 1.26.0
- name: Run tests (Linux)
Expand All @@ -63,6 +65,7 @@ jobs:
partial: true
- name: Uninstall dependencies
run: |
source .venv/bin/activate
python3 -m pip uninstall -y pylint
- name: Run tests (Linux)
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test-dependencies-missing-extended
Expand Down

0 comments on commit d849b76

Please sign in to comment.