Skip to content

Commit 5a585e5

Browse files
committed
small fixes
1 parent 0de4371 commit 5a585e5

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/docker_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: actions/checkout@v3
2929
- name: Setup cmake
3030
uses: jwlawson/[email protected]
31+
- name: Setup Python
32+
uses: actions/setup-python@v4
33+
with:
34+
python-version: '3.10'
3135
- name: Build examples
3236
run: |
3337
cmake -B build -DENABLE_SYCL=on

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
# See https://pre-commit.com for more information
6-
# See https://pre-commit.com/hooks.html for more hooks
75
repos:
86

97
- repo: https://github.com/pre-commit/mirrors-clang-format

scripts/daily.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
66

7-
# source /opt/intel/oneapi/setvars.sh
8-
# set -e
9-
# hostname
10-
11-
# # SLURM/MPI integration is broken
12-
# unset SLURM_TASKS_PER_NODE
13-
# unset SLURM_JOBID
14-
157
cmake -B build -DENABLE_SYCL=on
168
cmake --build build -j
179

0 commit comments

Comments
 (0)