File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -15,30 +15,13 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
18
- - name : Setup Miniforge Python 3.9
19
- uses : conda-incubator/setup-miniconda@v3
20
- with :
21
- miniforge-variant : Miniforge3
22
- miniforge-version : latest
23
- python-version : " 3.9"
24
- activate-environment : rms_env
25
- auto-update-conda : true
26
- show-channel-urls : true
27
- conda-remove-defaults : " true"
28
-
29
18
- name : Setup Juliaup
30
19
uses : julia-actions/install-juliaup@v2
31
20
with :
32
21
channel : ' 1.10'
33
22
34
23
- uses : julia-actions/cache@v2
35
24
36
- - name : Set some env vars
37
- run : |
38
- # https://juliapy.github.io/PythonCall.jl/stable/pythoncall/#If-you-already-have-Python-and-required-Python-packages-installed
39
- echo "JULIA_CONDAPKG_BACKEND=Current" >> $GITHUB_ENV
40
- echo "JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python" >> $GITHUB_ENV
41
-
42
25
- uses : julia-actions/julia-buildpkg@v1
43
26
44
27
- name : Build
You can’t perform that action at this time.
0 commit comments