Skip to content

Commit

Permalink
use pip for installs not setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Aug 2, 2022
1 parent 491cfa8 commit cdb97e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install -r requirements.txt
- name: Install package
run: python3 setup.py install
run: python3 -m pip install .

- name: Test script
run: python -m pyautocv -d "images/houses" -s "jpg" -o "smooth" -m "gaussian" -k 5 5 --sigma 0.7
Expand Down

0 comments on commit cdb97e8

Please sign in to comment.