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 19, 2023
1 parent a28859f commit 3367066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
pip install -r requirements.txt
python3 -m pip install PyQt5==5.14
python3 -c "from PyQt5.QtCore import QSettings; print('done')"
pip install -U setuptools
make install
pip install .
- name: Test
run: make test
- name: Run
Expand Down

0 comments on commit 3367066

Please sign in to comment.