Skip to content

Commit

Permalink
🔧Tried to miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Sep 21, 2024
1 parent f9f7234 commit eda4e0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
activate-environment: test
python-version: ${{ env.PYTHON_VERSION }}
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
Expand Down

0 comments on commit eda4e0e

Please sign in to comment.