Skip to content

Commit 868f5b5

Browse files
authored
Merge pull request #15 from stefmolin/stefmolin-patch-1
- Update env_checks.yml for intel macOS runner for 3.6 and 3.7 support - Update action versions and settings for conda action
2 parents 890020b + 474eff4 commit 868f5b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/env_checks.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [macos-latest, ubuntu-latest, windows-latest]
44+
os: [macos-13, ubuntu-latest, windows-latest]
4545
python-version: ["3.6", "3.7"]
4646

4747
# Steps represent a sequence of tasks that will be executed as part of the job
4848
steps:
4949
# checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151

5252
# remove the Python version from the file for testing
5353
- name: strip hardcoded Python version from environment for testing
@@ -59,12 +59,11 @@ jobs:
5959
fi;
6060
6161
# create the conda env
62-
- uses: conda-incubator/setup-miniconda@v2
62+
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
auto-update-conda: true
66-
miniforge-variant: Mambaforge
67-
use-mamba: true
66+
channels: conda-forge
6867
channel-priority: true
6968
activate-environment: book_env
7069
environment-file: environment.yml

0 commit comments

Comments
 (0)