Skip to content

Commit 7f46e6c

Browse files
Copilotleofang
andcommitted
Remove pathfinder test steps from test workflows
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent c110dcf commit 7f46e6c

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,6 @@ jobs:
292292
- name: Set up compute-sanitizer
293293
run: setup-sanitizer
294294

295-
- name: Run cuda.pathfinder tests with see_what_works
296-
env:
297-
CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS: see_what_works
298-
run: run-tests pathfinder
299-
300295
- name: Run cuda.bindings tests
301296
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
302297
env:
@@ -317,17 +312,3 @@ jobs:
317312
else
318313
pip install $(ls cuda_python*.whl)[all]
319314
fi
320-
321-
- name: Install cuda.pathfinder nvidia_wheels_cu12
322-
if: startsWith(matrix.CUDA_VER, '12.')
323-
run: |
324-
pushd cuda_pathfinder
325-
pip install -v .[nvidia_wheels_cu12]
326-
pip freeze
327-
popd
328-
329-
- name: Run cuda.pathfinder tests with all_must_work
330-
if: startsWith(matrix.CUDA_VER, '12.')
331-
env:
332-
CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS: all_must_work
333-
run: run-tests pathfinder

.github/workflows/test-wheel-windows.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,6 @@ jobs:
265265
host-platform: ${{ inputs.host-platform }}
266266
cuda-version: ${{ matrix.CUDA_VER }}
267267

268-
- name: Run cuda.pathfinder tests with see_what_works
269-
env:
270-
CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS: see_what_works
271-
shell: bash --noprofile --norc -xeuo pipefail {0}
272-
run: run-tests pathfinder
273-
274268
- name: Run cuda.bindings tests
275269
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
276270
env:
@@ -294,18 +288,3 @@ jobs:
294288
pip install "$((Get-ChildItem -Filter cuda_python*.whl).FullName)[all]"
295289
}
296290
297-
- name: Install cuda.pathfinder nvidia_wheels_cu12
298-
if: startsWith(matrix.CUDA_VER, '12.')
299-
shell: bash --noprofile --norc -xeuo pipefail {0}
300-
run: |
301-
pushd cuda_pathfinder
302-
pip install -v .[nvidia_wheels_cu12]
303-
pip freeze
304-
popd
305-
306-
- name: Run cuda.pathfinder tests with all_must_work
307-
if: startsWith(matrix.CUDA_VER, '12.')
308-
env:
309-
CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS: all_must_work
310-
shell: bash --noprofile --norc -xeuo pipefail {0}
311-
run: run-tests pathfinder

0 commit comments

Comments
 (0)