File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,26 @@ jobs:
122122 run : |
123123 printenv | sort
124124 conda list
125-
126- - name : Try and Make Julia stop ruining the Compilers
127- run : |
128- echo "export LD_LIBRARY_PATH=$CONDA_PREFIX/lib" >> $GITHUB_ENV
129125
130126 - name : Setup Juliaup
131127 uses : julia-actions/install-juliaup@v2
132128 with :
133129 channel : ' 1.9'
134130
131+ - name : POST JULIAUP
132+ run : |
133+ printenv | sort
134+ conda list
135+
136+ - name : Try and Make Julia stop ruining the Compilers
137+ run : |
138+ echo "export LD_LIBRARY_PATH=$CONDA_PREFIX/lib" >> $GITHUB_ENV
139+
140+ - name : POST LIBRARY PATH UPDATE
141+ run : |
142+ printenv | sort
143+ conda list
144+
135145 # RMS installation and linking to Julia
136146 - name : Install and link Julia dependencies
137147 timeout-minutes : 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
You can’t perform that action at this time.
0 commit comments