Skip to content

Commit

Permalink
disable coveralls for py13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Feb 12, 2025
1 parent 673b711 commit b520b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Units And Functionals
test-path: units counterpartycore/test/functionals
python-version: 3.13
os: "macos-14"
os: macos-14
run_coveralls: false

# Mainnet tests
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
os: ${{ matrix.os || 'ubuntu-22.04' }}
python-version: ${{ matrix.python-version || '3.11' }}
install_bitcoin: ${{ matrix.install_bitcoin || false }}
run_coveralls: ${{ matrix.run_coveralls || true }}
run_coveralls: ${{ (matrix.run_coveralls != null && matrix.run_coveralls) || true }}
only_on_develop: ${{ matrix.only_on_develop || false }}
secrets: inherit

Expand Down

0 comments on commit b520b42

Please sign in to comment.