Skip to content

Commit

Permalink
attempt to fix broken ci by following imSim model
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Nov 28, 2023
1 parent bfe72b4 commit 7a23c86
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 @@ -39,10 +39,10 @@ jobs:

- name: Install conda deps
run: |
conda update -n base conda
conda info
conda list
conda install -y mamba
mamba install -y --file etc/conda_requirements.txt
conda install -y --file etc/standalone_conda_requirements.txt
conda info
mamba list
Expand Down

0 comments on commit 7a23c86

Please sign in to comment.