Skip to content

Commit

Permalink
disable use-only-tar-bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 26, 2024
1 parent eba770e commit 6e1b9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- run: ../raven/run_tests -j4 --plugins --re=SR2ML

Test-SR2ML-Macos:
# runs-on: macos-latest
runs-on: macos-14
runs-on: macos-latest
# runs-on: macos-14
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
channels: conda-forge, defaults
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
use-only-tar-bz2: False # IMPORTANT: This needs to be set to True for caching to work properly!
auto-update-conda: true
auto-activate-base: true
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit 6e1b9d2

Please sign in to comment.