Skip to content

Commit 4f61459

Browse files
authored
typo
1 parent f79ac66 commit 4f61459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ci_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ $julia -e '
6565
v"3.4.30" => 12,
6666
# ... keep this up-to-date with gcc 13
6767
)[libstdcxx_ver]
68-
CondaPkg.add("libgcc-ng<=$gcc_ver")
69-
CondaPkg.add("libstdcxx-ng<=$gcc_ver")
68+
Conda.add("libgcc-ng<=$gcc_ver")
69+
Conda.add("libstdcxx-ng<=$gcc_ver")
7070
Conda.add("matplotlib")
7171
Conda.list()
7272
'

0 commit comments

Comments
 (0)