Skip to content

Commit

Permalink
:octocat: python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cemachelen authored Mar 6, 2024
1 parent bb552d8 commit 0743ce7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install mamba
uses: mamba-org/provision-with-micromamba@main
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: false
use-only-tar-bz2: true
miniforge-version: latest
environment-file: GP.yml
environment-name: GP
- name: Install test packages
Expand Down

0 comments on commit 0743ce7

Please sign in to comment.