Skip to content

Commit

Permalink
Looking for BASE redefinition, r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Mar 11, 2024
1 parent c607648 commit 774c242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -103,6 +103,7 @@ jobs:

- name: Build Triton
run: |
set
conda run -n triton scripts/compile-triton.sh --triton
- name: Run core tests
Expand Down

0 comments on commit 774c242

Please sign in to comment.