Skip to content

Commit

Permalink
Merge branch 'main' into macos-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored May 23, 2024
2 parents f135bd4 + 7ebe69a commit 6156d19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
submodules: recursive

- name: Set up Conda
uses: conda-incubator/[email protected].1
uses: conda-incubator/[email protected].4
with:
channels: conda-forge
miniforge-version: latest
python-version: ${{ matrix.python-version }}

- name: Show info about `base` environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Set up Conda
uses: conda-incubator/[email protected].1
uses: conda-incubator/[email protected].4
with:
channels: conda-forge
miniforge-version: latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
submodules: recursive

- name: Set up Conda
uses: conda-incubator/[email protected].1
uses: conda-incubator/[email protected].4
with:
channels: conda-forge
miniforge-version: latest
python-version: ${{ matrix.python-version }}

- name: Set up `env`
Expand Down

0 comments on commit 6156d19

Please sign in to comment.