Skip to content

Commit

Permalink
Run unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 11, 2024
1 parent 446a060 commit c1dc0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
pip install --upgrade setuptools wheel
pip install -r requirements.txt
- name: script
- name: Build, Install & Test
run: |
${PYTHON_CMD} setup.py build
${PYTHON_CMD} setup.py sdist
sudo "`which ${PYTHON_CMD}`" setup.py install
pip install dist/sippy*.gz
${PYTHON_CMD} -m unittest
publish_wheels:
needs: build
Expand Down

0 comments on commit c1dc0d3

Please sign in to comment.