Skip to content

Commit

Permalink
missed python workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Dec 12, 2023
1 parent d63bb2f commit e14e69d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel pytest
- name: Run Unit Tests
working-directory: ./photon-lib/py
run: |
pytest
- name: Build wheel
working-directory: ./photon-lib/py
run: |
git fetch --tags --force
python setup.py sdist bdist_wheel
- name: Run Unit Tests
working-directory: ./photon-lib/py
run: |
pip install dist/photonlibpy-0.0.2-py3-none-any.whl
pytest

- name: Upload artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit e14e69d

Please sign in to comment.