From cc4cab9f41902d6d57cef4354b1d5c13771a89ff Mon Sep 17 00:00:00 2001 From: Oskar M Date: Sat, 27 Jan 2024 19:58:30 +0000 Subject: [PATCH] Update build-test-gc.yml --- .github/workflows/build-test-gc.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-gc.yml b/.github/workflows/build-test-gc.yml index 05deb7a..fa9edb2 100644 --- a/.github/workflows/build-test-gc.yml +++ b/.github/workflows/build-test-gc.yml @@ -35,5 +35,11 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install .[test] + - name: Check + run: | + ls -al /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/medpy/graphcut/ + ls -al + echo "$PWD" + cd tests && python -c "import medpy; print(medpy.__file__)" - name: Test with pytest (graphcut test only) - run: pytest tests/graphcut_/* + run: cd tests && pytest graphcut_/*