Skip to content

Commit f15cdd4

Browse files
authored
Update CI.yml
1 parent 906c884 commit f15cdd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macOS-latest
31-
- windows-latest
3231
arch:
3332
- x64
3433
include:
@@ -56,7 +55,7 @@ jobs:
5655
- name: Install POT
5756
run: |
5857
using PyCall: Conda
59-
Conda.add("pot")
58+
Conda.add("pot"; channel="conda-forge")
6059
shell: julia --project=. --color=yes {0}
6160
- uses: julia-actions/julia-runtest@v1
6261
with:

0 commit comments

Comments
 (0)