Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 31, 2024
1 parent 5220df0 commit 6da78c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-pytest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-pytest
name: ci-pytest2

# Fast tests with cached antspy build designed to test changes in the python code
# Builds on Linux only, with a single python version
Expand All @@ -19,14 +19,9 @@ env:
jobs:
test:
runs-on: ubuntu-20.04
# Default shell needs to be bash for conda
# https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#important
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5

- name: Install package
run: python -m pip install .
run: python -m pip -v install .
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(Python 3.8
find_package(nanobind CONFIG REQUIRED)

message("My test's working directory: ${PROJECT_SOURCE_DIR}")

execute_process(COMMAND ls ${PROJECT_SOURCE_DIR})
execute_process(COMMAND sh ${PROJECT_SOURCE_DIR}/scripts/configure_ITK.sh)
execute_process(COMMAND sh ${PROJECT_SOURCE_DIR}/scripts/configure_ANTs.sh)

Expand Down

0 comments on commit 6da78c8

Please sign in to comment.