Skip to content

Commit

Permalink
[ci] use conda as is instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 28, 2023
1 parent 39ec1ef commit 8dbdbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-update-conda: false
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
#mamba-version: "*"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
auto-update-conda: false
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
#mamba-version: "*"
Expand Down

0 comments on commit 8dbdbcf

Please sign in to comment.