Skip to content

Commit

Permalink
Fix pybuild testing script and workflow (mamolinux#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Jul 10, 2024
1 parent 777a5a2 commit 596d41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: install-deps
run: |
sudo apt install gettext gir1.2-gtk-3.0 gir1.2-xapp-1.0 python3 python3-apt \
sudo apt install gettext gir1.2-gtk-3.0 python3-setuptools python3 python3-apt \
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 596d41e

Please sign in to comment.