Skip to content

Commit

Permalink
Devops: Skip the post job cleanup for the setup-miniconda action
Browse files Browse the repository at this point in the history
Update the `conda-incubator/setup-miniconda` action to v3 and skip the
post job cleanup. It is bugged and takes too long causing a timeout. See
conda-incubator/setup-miniconda#280
  • Loading branch information
sphuber committed May 30, 2024
1 parent 4306bc9 commit aa40daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
run-post: false # https://github.com/conda-incubator/setup-miniconda/issues/280

- name: Install system dependencies
shell: bash -l {0}
Expand Down

0 comments on commit aa40daf

Please sign in to comment.