Skip to content

Commit

Permalink
devito-xdsl: Check workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed May 13, 2024
1 parent ad0373f commit 7ac40bb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,3 @@ jobs:
- name: Test with pytest
run: |
${{ env.RUN_CMD }} pytest -k "${{ matrix.test-set }}" -m "not parallel" --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
- name: Upload coverage to Codecov
if: "!contains(matrix.name, 'docker')"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: ${{ matrix.name }}

0 comments on commit 7ac40bb

Please sign in to comment.