Skip to content

Commit 60fccac

Browse files
authored
Merge pull request #49 from SWMM-Project/owa-dev
Adding tests
2 parents 32bbaac + d65baba commit 60fccac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- name: Build wheel
3737
run: pip wheel --wheel-dir=./dist ./swmm-toolkit
3838

39+
- name: Test wheel
40+
run: |
41+
pip install pytest numpy
42+
pip install --no-index --find-links=./dist swmm-toolkit
43+
pytest
44+
3945
- name: Upload artifacts
4046
uses: actions/upload-artifact@v2
4147
with:

0 commit comments

Comments
 (0)