Skip to content

Commit 34985e0

Browse files
committed
BLD/CI: Add job to build the project
1 parent 4f54b50 commit 34985e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: |
2424
conda info
2525
conda list
26+
- name: Build project
27+
run: |
28+
spin build -v
2629
- name: Test with pytest
2730
run: |
2831
spin test -- --doctest-modules

0 commit comments

Comments
 (0)