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 15, 2023
1 parent 32f06a4 commit f9fa29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install --upgrade incremental
pip install -r requirements.txt
python3 -m pip install PyQt5==5.14
python3 -c "from PyQt5.QtCore import QSettings; print('done')"
make install
Expand Down

0 comments on commit f9fa29a

Please sign in to comment.