Skip to content

Commit

Permalink
Attempt to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Nov 1, 2023
1 parent 4d8a9ba commit 96910f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
$CONDA/bin/pytest --cov=sporco --cov-report=xml
- name: Upload coverage to codecov
if: ${{ matrix.os == 'ubuntu-latest' }} && ${{ matrix.python-version == '3.9' }}
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
with:
env_vars: OS,PYTHON
Expand Down

0 comments on commit 96910f2

Please sign in to comment.