Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Jan 13, 2024
1 parent 93fafa8 commit 1dfabc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
python setup.py sdist bdist_wheel
- name: Test
run: |
pip3 install .
python tests/test_color_gen.py
sudo apt install wget -y
ls dist/
pip3 install dist/*.whl
wget "https://unsplash.com/photos/zFMbpChjZGg/download?ixid=M3wxMjA3fDB8MXxhbGx8OHx8fHx8fDJ8fDE3MDUxMjU2NDh8&force=true" -O test_image.jpg
python tests/test_color_gen.py test_image.jpg 1
deploy:
needs: build
Expand Down

0 comments on commit 1dfabc2

Please sign in to comment.