Skip to content

Commit

Permalink
use miniforge for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 23, 2024
1 parent 7ad63f9 commit 6b5f282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
miniforge-version: latest
activate-environment: cnapy
- name: Test CNApy
run: |
Expand All @@ -30,6 +31,7 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
miniforge-version: latest
activate-environment: cnapy
- name: Test CNApy
run: |
Expand Down

0 comments on commit 6b5f282

Please sign in to comment.