Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
Updates mamba CI
  • Loading branch information
samhorsfield96 authored Jul 17, 2024
1 parent eb917a3 commit 6634383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: environment_linux.yml
cache-environment: true
- name: Install and run_test.py
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -66,10 +66,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: environment_macOS.yml
cache-environment: true
- name: Install and run_test.py
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 6634383

Please sign in to comment.