Skip to content

Commit

Permalink
Fix python prerequisites for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Dec 10, 2024
1 parent cb91bb6 commit 9bcf0b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh

- name: Install Python 3.11
uses: actions/[email protected]
with:
python-version: '3.11'

- name: Coverage prerequisites
run: python3 -m pip install --requirement bin/requirements-frozen.txt

- name: Install Rust
run: bin/install_rust.sh

Expand Down

0 comments on commit 9bcf0b9

Please sign in to comment.