Skip to content

Commit b205859

Browse files
committed
build: update ci
1 parent 271136f commit b205859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [macos-13, macos-14]
10+
os: [macos-13]
1111
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212

1313
runs-on: ${{ matrix.os }}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ setenv =
88
PTO_N_WORK_UNITS = 128
99
PTO_MAX_MEMORY_MB = 1024
1010
commands =
11-
python -m unittest discover -v
11+
python -m unittest pytissueoptics/rayscattering/tests/opencl/src/testCLPhoton.py -v

0 commit comments

Comments
 (0)