Skip to content

Commit

Permalink
Merge pull request #237 from observingClouds/tmp_fix_212
Browse files Browse the repository at this point in the history
Temporary fix of #212
  • Loading branch information
observingClouds authored Oct 1, 2023
2 parents 2a50214 + 2511f41 commit 576a3af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Set up conda environment
run: |
mamba env update -f environment.yml
- name: Remove julia (issue #212)
run: |
conda remove julia
- name: Conda info
run: conda info
- name: Conda list
Expand Down

0 comments on commit 576a3af

Please sign in to comment.