Skip to content

Commit

Permalink
fixed conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Oct 19, 2024
1 parent 3570d0b commit 332d28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
use-mamba: true
python-version: ${{ matrix.python-version }}
channel-priority: strict
- name: Install dependencies
environment-file: environment.yml
- name: Review dependencies
run: |
mamba env update --file environment.yml --prune
which python
pip list
mamba list
Expand Down

0 comments on commit 332d28a

Please sign in to comment.