Skip to content

Commit

Permalink
Merge pull request #37 from bacpop/CI_issue
Browse files Browse the repository at this point in the history
Update python-package-conda.yml
  • Loading branch information
samhorsfield96 authored Jul 18, 2024
2 parents eb917a3 + 6634383 commit d26200f
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 d26200f

Please sign in to comment.