Skip to content

Commit 666c06d

Browse files
committed
Update build.yml
1 parent ea59c59 commit 666c06d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install pyinstaller
2222
pip install -r "./src/requirements.txt"
23+
- name: Check pyee version
24+
run: python -c "import pyee; print(pyee.__version__)"
2325
- name: Build tpp using tppbuild
2426
run: |
2527
python "src/build.py"

0 commit comments

Comments
 (0)