Skip to content

Commit

Permalink
Don't use miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Feb 6, 2023
1 parent f859c88 commit d9a2e5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Python
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge
python-version: ${{ matrix.python-version }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d9a2e5c

Please sign in to comment.