Skip to content

Commit 3e76a06

Browse files
hwpangJacksonBurns
authored andcommitted
No need to install env beforehand
1 parent 8fdf345 commit 3e76a06

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
@@ -25,14 +25,6 @@ jobs:
2525
${{ runner.os }}-test-${{ env.cache-name }}-
2626
${{ runner.os }}-test-
2727
${{ runner.os }}-
28-
- uses: conda-incubator/setup-miniconda@v2
29-
with:
30-
environment-file: environment.yml
31-
python-version: 3.7
32-
activate-environment: rms_env
33-
- name: Fix PyCall linking
34-
run: |
35-
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
3628
- uses: julia-actions/julia-buildpkg@v1
3729
- name: Build
3830
run: |

0 commit comments

Comments
 (0)