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