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 2ad6aa5 commit 364a132Copy full SHA for 364a132
.github/workflows/inductor.yml
@@ -50,7 +50,7 @@ jobs:
50
# Pass shell name to conda init
51
${mc3_dir}/bin/conda init $(basename ${SHELL})
52
${mc3_dir}/bin/conda config --set solver classic
53
- ${mc3_dir}/bin/conda install -y ninja==1.11.1.1 cmake==3.30.2 wheel==0.44.0
+ ${mc3_dir}/bin/conda install -y ninja cmake wheel
54
sudo dnf groupinstall -y "Development Tools"
55
sudo yum install -y zlib-devel
56
# zlib-devel to resolve libz.so cannot be found error
0 commit comments