Skip to content

Commit aea0a01

Browse files
committed
put Juliaup before path update and add more print statements
1 parent 32c899c commit aea0a01

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)