File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments