Skip to content

Commit 96c4a61

Browse files
committed
add pytest to workflow
1 parent 52eb850 commit 96c4a61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
package-dir: "packages/basemap"
9797
output-dir: "packages/basemap/dist"
9898

99+
- name: Run unittests
100+
run: pytest packages/basemap/
101+
99102
- uses: actions/upload-artifact@v4
100103
with:
101104
path: |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
cython >= 0.29.31, < 3.1
2+
pytest

0 commit comments

Comments
 (0)