Skip to content

Commit d9e0a62

Browse files
committed
Update workflow process
1 parent 60ce417 commit d9e0a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev libsdl1.2-dev
3131
pip install pibooth
3232
33+
- name: Install plugin dependencies
34+
run: |
35+
pip install qrcode
36+
3337
- name: Build and publish
3438
env:
3539
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)