Skip to content

Commit

Permalink
CI now does mamba by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dthain committed Dec 5, 2023
1 parent af5e3d0 commit d3cad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build-conda/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash

conda create --name cctools-build --yes --quiet --channel conda-forge --strict-channel-priority --experimental-solver=libmamba python=3 gcc_linux-64 gxx_linux-64 gdb m4 perl swig make zlib libopenssl-static openssl conda-pack cloudpickle packaging
conda create --name cctools-build --yes --quiet --channel conda-forge --strict-channel-priority python=3 gcc_linux-64 gxx_linux-64 gdb m4 perl swig make zlib libopenssl-static openssl conda-pack cloudpickle packaging

0 comments on commit d3cad92

Please sign in to comment.