Skip to content

Commit

Permalink
fixup python installation for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 20, 2025
1 parent 9cd817f commit a237fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ jobs:
- name: cargo test (release) (windows)
if: matrix.os == 'windows-latest'
run: cargo test --workspace --release
- uses: Chia-Network/actions/setup-python@main
if: matrix.os == 'ubuntu-latest'
with:
python-version: "3.9"
- name: test coverage
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit a237fbf

Please sign in to comment.