Skip to content

Commit

Permalink
helps to test extract_tacs
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 9, 2024
1 parent a496714 commit 56020b2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-package-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Python version mismatch. Expected: ${{ matrix.python-version }}, but got: $installed_python"
exit 1
else
echo "${{ matrix.python-version }} aliased as python3"
echo "${{ matrix.python-version }}"
fi
Expand All @@ -52,6 +52,9 @@ jobs:
- name: Install Built Package
run: |
python3 -m pip install dist/*.whl
petdeface --version
mergetacs --help
- name: Test Installation
run: |
pet_prep_extract_tacs --version
merge_tacs --help

0 comments on commit 56020b2

Please sign in to comment.