Skip to content

Commit

Permalink
Temporary fix of #212
Browse files Browse the repository at this point in the history
Removing julia installation before test_notebooks
to use python-only implementation.

Fixes #212
  • Loading branch information
observingClouds committed Oct 1, 2023
1 parent 2a50214 commit 2511f41
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 2511f41

Please sign in to comment.