Skip to content

Commit

Permalink
fix codecov upload for core
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Feb 23, 2024
1 parent 7879f1b commit b7679ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
cd unpacked_sdist
pytest woodwork/ -n 2
- if: ${{ matrix.python_version == 3.9 }}
- if: ${{ matrix.python_version == 3.9 && matrix.directories != 'Core` }}
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b7679ef

Please sign in to comment.