We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea59c59 commit 666c06dCopy full SHA for 666c06d
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install pyinstaller
22
pip install -r "./src/requirements.txt"
23
+ - name: Check pyee version
24
+ run: python -c "import pyee; print(pyee.__version__)"
25
- name: Build tpp using tppbuild
26
run: |
27
python "src/build.py"
0 commit comments