Skip to content

Commit

Permalink
CI: Try to fix coveralls paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored May 6, 2024
1 parent 5864945 commit 00af6f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
if: steps.cache-env.outputs.cache-hit == 'true'
run: |
conda activate antspy-env
bash antspy-pr/tests/run_tests.sh -c
cd antspy-pr
bash tests/run_tests.sh -c
- name: Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 00af6f5

Please sign in to comment.