Skip to content

Commit

Permalink
try to fix CI for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Apr 17, 2024
1 parent 17da5d3 commit 69a818e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
conda update -n base conda
conda info
conda list
conda install -y --file etc/conda_requirements.txt
conda install -y --file etc/conda_requirements.txt || true
conda info
- name: Install rubin_sim_data
Expand All @@ -59,7 +59,7 @@ jobs:

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

- name: Run tests
run: |
Expand Down

0 comments on commit 69a818e

Please sign in to comment.