From 2511f41d8c925c69eed500c4e5612a00214c9931 Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:26:11 -0700 Subject: [PATCH] Temporary fix of #212 Removing julia installation before test_notebooks to use python-only implementation. Fixes #212 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac3ff501..e3446bd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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