Skip to content

Commit

Permalink
provision-with-micromamba is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Oct 3, 2024
1 parent 120148b commit 60b776a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Set up Conda env
uses: mamba-org/provision-with-micromamba@e2b397b12d0a38069451664382b769c9456e3d6d
- name: Set up micromamba
uses: mamba-org/setup-micromamba@d05808540d968a55ca33c798e0661fb98f533c73
with:
micromamba-version: 1.5.10-0
cache-env: true
extra-specs: |
python=${{ matrix.PYTHON_VERSION }}
micromamba-version: 1.5.10-0
- name: Install repository
run: python -m pip install --no-build-isolation --no-deps --disable-pip-version-check -e .
- name: Pytest
Expand Down

0 comments on commit 60b776a

Please sign in to comment.