Skip to content

Commit

Permalink
GitHub action: conda-incubator/setup-miniconda@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored Nov 18, 2023
1 parent a70b678 commit 531dd7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
sudo apt-get install libxext-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/ /usr/lib64
- name: "Configure conda"
shell: pwsh
run: |
conda init --all
- name: "Configure conda"
uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: true

- name: "Install conda build"
shell: pwsh
Expand Down

0 comments on commit 531dd7c

Please sign in to comment.