Skip to content

Commit dfe380d

Browse files
committed
No need to install env beforehand
1 parent e0c6c4b commit dfe380d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
${{ runner.os }}-test-${{ env.cache-name }}-
2525
${{ runner.os }}-test-
2626
${{ runner.os }}-
27-
- uses: conda-incubator/setup-miniconda@v2
28-
with:
29-
environment-file: environment.yml
30-
python-version: 3.7
31-
activate-environment: rms_env
32-
- name: Fix PyCall linking
33-
run: |
34-
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
3527
- uses: julia-actions/julia-buildpkg@v1
3628
- name: Build
3729
run: |

0 commit comments

Comments
 (0)