Skip to content

Commit

Permalink
fix miniconda and setup-miniconda version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 15, 2024
1 parent 63492b4 commit 7c87110
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
printenv
echo "USER_ID=$(id -u)" >> $GITHUB_ENV
- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v3
uses: conda-incubator/setup-miniconda@v2.1.1
with:
miniconda-version: "py310_24.1.2-0"
auto-update-conda: false
conda-build-version: 3
auto-activate-base: true
activate-environment: ""
conda-solver: "classic"
python-version: "3.10"
- name: Setup Xcode and SDK on macOS
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 7c87110

Please sign in to comment.