We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3778a95 commit c9992f8Copy full SHA for c9992f8
1 file changed
.github/workflows/unit_tests_common.yml
@@ -143,6 +143,7 @@ jobs:
143
set -e
144
145
echo '===== 1. Setup Metax Toolchain & Paths & Link ====='
146
+ source /opt/conda/etc/profile.d/conda.sh && conda activate base
147
export PATH=/opt/maca/bin:\$PATH
148
# Link cucc to nvcc for TransformerEngine build compatibility
149
ln -sf /opt/maca/tools/cu-bridge/bin/cucc /opt/maca/tools/cu-bridge/bin/nvcc
0 commit comments