We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351314f commit fa5e619Copy full SHA for fa5e619
.github/workflows/pythonapp.yml
@@ -64,12 +64,6 @@ jobs:
64
reticulate::py_discover_config()
65
shell: Rscript {0}
66
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
-
73
- name: Build site
74
run: |
75
Rscript -e 'print(reticulate::py_discover_config())'
0 commit comments