Skip to content

Commit

Permalink
Fix pybuild testing script and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Jul 10, 2024
1 parent 777a5a2 commit b5c5b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
python3-aptdaemon.gtk3widgets python3-gi python3-configobj python3-setproctitle
- name: make
run: ./test/test -qq
run: ./test/test
3 changes: 2 additions & 1 deletion test/test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
sudo pip3 install . -qq
python3 -m build
sudo pip3 install -v ./dist/leaptime_manager-*.whl
leaptime-manager -V

0 comments on commit b5c5b69

Please sign in to comment.