Skip to content

Commit c5cd0c2

Browse files
committed
fixup! Move deps to environment.yml that were pip installed
Try strict priority
1 parent b96c57e commit c5cd0c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
auto-activate-base: false
2525
activate-environment: tiktorch-server-env
2626
environment-file: environment.yml
27-
channel-priority: flexible
27+
channel-priority: strict
2828
miniforge-variant: Miniforge3
2929
- name: Get the latest commit hash and target ref
3030
run: |
@@ -51,7 +51,7 @@ jobs:
5151
auto-activate-base: false
5252
activate-environment: tiktorch-server-env
5353
environment-file: environment.yml
54-
channel-priority: flexible
54+
channel-priority: strict
5555
miniforge-variant: Miniforge3
5656
- name: conda diagnostics
5757
run: |
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
auto-update-conda: true
9191
auto-activate-base: true
92-
channel-priority: flexible
92+
channel-priority: strict
9393
miniforge-variant: Miniforge3
9494
- name: install common conda dependencies
9595
run: conda install -n base -c conda-forge conda-build setuptools_scm -y
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
auto-update-conda: true
135135
auto-activate-base: true
136-
channel-priority: flexible
136+
channel-priority: strict
137137
miniforge-variant: Miniforge3
138138
- name: install common conda dependencies
139139
run: conda install -n base -c conda-forge conda-build setuptools_scm -y

0 commit comments

Comments
 (0)