aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 17:31:38 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 17:31:38 +0100
commit8e7129dec575426bbd142e1d8bec9a61f72de41d (patch)
treea69040e6e4a51993a30dbdfeabcb71b5ada2d24c /.github
parentba1dad31452223f992bb1b28e73c838294247486 (diff)
trying run pyinstaller with poetry
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 74d05f5..e7e4652 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -36,9 +36,12 @@ jobs:
pip install poetry==1.0.5
poetry update
+ - name: Pip list
+ run: pip list
+
- name: Build with pyinstaller
# run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
- run: pyinstaller cli.py --name "dm" --onefile
+ run: poetry run pyinstaller cli.py --name "dm" --onefile
- uses: actions/upload-artifact@master
with: