Skip to content

Commit fa5e619

Browse files
committed
remove gcc
1 parent 351314f commit fa5e619

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pythonapp.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
reticulate::py_discover_config()
6565
shell: Rscript {0}
6666

67-
- name: Install gcc
68-
run: |
69-
conda install -c conda-forge libstdcxx-ng
70-
sudo mv /root/anaconda3/envs/live/lib/libstdc++.so.6 /root/anaconda3/envs/live/lib/old_libstdc++.so.6
71-
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /root/anaconda3/envs/live/lib/libstdc++.so.6
72-
7367
- name: Build site
7468
run: |
7569
Rscript -e 'print(reticulate::py_discover_config())'

0 commit comments

Comments
 (0)