aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 16:47:50 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 16:47:50 +0100
commit8de1958b5030715bf4ff5c87142c4536bb5451a8 (patch)
tree567d6a1ff4b71b7d4f658b91fdebb986f8c80511 /.github
parentthird... (diff)
fourth....
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ef817fc..bd208fc 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -29,6 +29,7 @@ jobs:
run: |
pip install poetry==1.0.5
poetry install
+ pip install -e .
- name: Build with pyinstaller
run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
- uses: actions/upload-artifact@master