Skip to content

Commit

Permalink
don't use always
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jun 27, 2023
1 parent dd78995 commit 39210ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ jobs:
SAGE_NUM_THREADS: 2

- name: Verify dependencies
if: always()
if: success() || failure()
shell: bash -l {0}
run: pip check

- name: Test
if: always()
if: success() || failure()
shell: bash -l {0}
run: ./sage -t --all -p0

Expand Down

0 comments on commit 39210ed

Please sign in to comment.