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:
1313 steps :
1414 - uses : actions/checkout@v4
1515
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-
2716 - name : Setup Juliaup
2817 uses : julia-actions/install-juliaup@v2
2918 with :
3019 channel : ' 1.10'
3120
3221 - uses : julia-actions/cache@v2
3322
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-
4023 - uses : julia-actions/julia-buildpkg@v1
4124
4225 - name : Build
You can’t perform that action at this time.
0 commit comments