Skip to content

Commit

Permalink
Also demonstrated building and installing as part of test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Aug 16, 2024
1 parent 65667a0 commit dc4e4d0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,21 @@ jobs:
shell: bash
run: |
pip3 install numpy \
pytest
pytest \
build
- name: Test
shell: bash
run: |
pytest -v .
- name: build
run: python -m build .

- name: install
run: |
pip install .
do_thing -h

0 comments on commit dc4e4d0

Please sign in to comment.