diff --git a/.github/workflows/conda_build_and_test.yml b/.github/workflows/conda_build_and_test.yml index 70b4fa0d08..cef407f764 100644 --- a/.github/workflows/conda_build_and_test.yml +++ b/.github/workflows/conda_build_and_test.yml @@ -27,7 +27,7 @@ jobs: - "3.10" defaults: run: - shell: bash -noprofile --norc -eo pipefail -c "source /home/runner/intel/oneapi/setvars.sh > /dev/null && source /home/runner/miniconda3/etc/profile.d/conda.sh && source {0}" + shell: bash -noprofile --norc -eo pipefail -c "source /home/runner/intel/oneapi/setvars.sh > /dev/null; source /home/runner/miniconda3/etc/profile.d/conda.sh; source {0}" steps: - name: Checkout repository uses: actions/checkout@v4 @@ -103,6 +103,7 @@ jobs: - name: Build Triton run: | + set conda run -n triton scripts/compile-triton.sh --triton - name: Run core tests