Skip to content

Commit

Permalink
try eliminating || true for test deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Apr 17, 2024
1 parent 37d471a commit 339939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Install test deps
run:
conda install -y pytest nose || true
conda install -y pytest nose

- name: Run tests
run: |
Expand Down

0 comments on commit 339939e

Please sign in to comment.