Skip to content

Commit 906c884

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
- uses: julia-actions/julia-buildpkg@v1
5656
- name: Install POT
5757
run: |
58-
using Conda
58+
using PyCall: Conda
5959
Conda.add("pot")
60-
shell: julia --color=yes {0}
60+
shell: julia --project=. --color=yes {0}
6161
- uses: julia-actions/julia-runtest@v1
6262
with:
6363
coverage: ${{ matrix.coverage || false }}

0 commit comments

Comments
 (0)