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