Skip to content

Commit

Permalink
missing channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Jun 3, 2024
1 parent a12f639 commit 3605ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
activate-environment: test
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: ingeotec
channels: conda-forge, ingeotec
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
activate-environment: test
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: ingeotec
channels: conda-forge, ingeotec
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
Expand Down

0 comments on commit 3605ef0

Please sign in to comment.