Skip to content

Commit

Permalink
Use --strict-channel-priority instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Aug 30, 2024
1 parent 09bd0bd commit c7bd558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/condarc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ notify_outdated_conda: False
changeps1: False
always_yes: True
local_repodata_ttl: 7200
channel_priority: strict
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
run: >
conda install
--yes
--strict-channel-priority
--file tests/requirements.txt
--file tests/requirements-${{ runner.os }}.txt
--file tests/requirements-ci.txt
Expand Down Expand Up @@ -206,6 +207,7 @@ jobs:
run: >
conda install
--yes
--strict-channel-priority
--file tests/requirements.txt
--file tests/requirements-${{ runner.os }}.txt
--file tests/requirements-ci.txt
Expand Down Expand Up @@ -290,6 +292,7 @@ jobs:
run: >
conda install
--yes
--strict-channel-priority
--file tests\requirements.txt
--file tests\requirements-${{ runner.os }}.txt
--file tests\requirements-ci.txt
Expand Down Expand Up @@ -409,6 +412,7 @@ jobs:
run: >
conda install
--yes
--strict-channel-priority
--file tests/requirements.txt
--file tests/requirements-${{ runner.os }}.txt
--file tests/requirements-ci.txt
Expand Down

0 comments on commit c7bd558

Please sign in to comment.