Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 21, 2024
1 parent 9cb2e09 commit aa62a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- name: Test sdist
run: |
python -m pip install dist/rlottie_python-*.tar.gz[full,test]
python -m pip install dist/rlottie_python-*.tar.gz
pip install Pillow pytest
pytest
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aa62a06

Please sign in to comment.