Skip to content

Commit

Permalink
update build.yml gitactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Sep 17, 2023
1 parent 13b885e commit 94cdb8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
pip install -r requirements.txt
python3 -m pip install PyQt5==5.14
python3 -c "from PyQt5.QtCore import QSettings; print('done')"
pip3 install --upgrade zope.interface
make install
- name: Test
run: make test
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ beautifulsoup4>=4.9.1
PyJWT==2.1.0
Flask-RESTful>=0.3.9
aiofiles
zope.interface==6.0
zope.interface==5.0.0
ping3

0 comments on commit 94cdb8c

Please sign in to comment.