Skip to content

Commit

Permalink
remove json files in pkgs/cache as a workaround to permission error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
frcaud authored and rth committed Oct 19, 2022
1 parent 557eea0 commit 5dc1e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Create envs
run: |
conda install --yes mamba -n base -c conda-forge
rm -f /usr/share/miniconda/pkgs/cache/*.json # workaround for mamba-org/mamba#488
mamba create --yes -n testenv python=$PYTHON_VERSION
mamba env update -n testenv -f environment.yml
mamba env create -f ci_tools/environment_iris_kit.yml
Expand Down

0 comments on commit 5dc1e3c

Please sign in to comment.