Skip to content

Commit 00a8fe0

Browse files
committed
style(python): Move itkwasm package into its own directory
In anticipation of the io packages.
1 parent 8581525 commit 00a8fe0

File tree

15 files changed

+4
-4
lines changed

15 files changed

+4
-4
lines changed

.github/workflows/python-wasm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python WASM
33
on: [push,pull_request]
44

55
jobs:
6-
test:
6+
test-itkwasm:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
max-parallel: 3
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
21-
working-directory: ./src/python
21+
working-directory: ./src/python/itkwasm
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install -e ".[test]"
2525
- name: Test with pytest
26-
working-directory: ./src/python
26+
working-directory: ./src/python/itkwasm
2727
run: |
2828
pytest --junitxml=junit/test-results.xml
2929
- name: Publish Test Report
3030
uses: mikepenz/action-junit-report@v2
3131
with:
32-
report_paths: 'src/python/junit/test-results*.xml'
32+
report_paths: 'src/python/itkwasm/junit/test-results*.xml'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)