Skip to content

Commit

Permalink
style(python): Move itkwasm package into its own directory
Browse files Browse the repository at this point in the history
In anticipation of the io packages.
  • Loading branch information
thewtex committed Sep 9, 2022
1 parent 8581525 commit 00a8fe0
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-wasm.yml
Expand Up @@ -3,7 +3,7 @@ name: Python WASM
on: [push,pull_request]

jobs:
test:
test-itkwasm:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
Expand All @@ -18,15 +18,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
working-directory: ./src/python
working-directory: ./src/python/itkwasm
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[test]"
- name: Test with pytest
working-directory: ./src/python
working-directory: ./src/python/itkwasm
run: |
pytest --junitxml=junit/test-results.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
with:
report_paths: 'src/python/junit/test-results*.xml'
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.
File renamed without changes.
File renamed without changes.
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 comments on commit 00a8fe0

Please sign in to comment.