Skip to content

Commit

Permalink
try to remove the source cmd in the run part
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Jul 28, 2024
1 parent 3e4a450 commit 8664bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml → .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
name: Install OneAPI tools
name: Run all kernels (CPU)
steps:
- uses: actions/checkout@v3
- uses: rscohn2/setup-oneapi@v0
Expand All @@ -30,7 +30,6 @@ jobs:
- name: Run kernels
run: |
source /opt/intel/oneapi/setvars.sh
cd dev/sycl
make run_all CC=icx
Expand Down

0 comments on commit 8664bc4

Please sign in to comment.