Skip to content

Commit 22c8c50

Browse files
authored
Conda: add libgcc
1 parent 3f14940 commit 22c8c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ci_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $julia -e '
6161
Conda.runconda(`config --set auto_update_conda False --file $rc --force`, env)
6262
Pkg.add("PyCall"); Pkg.build("PyCall"; verbose=true)
6363
Conda.add("matplotlib")
64+
Conda.add("libgcc")
6465
Conda.list()
6566
'
6667

0 commit comments

Comments
 (0)