aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-03 15:48:44 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-03 15:48:44 +0100
commit9b81638da51bf62dd921185317804bad44f93e49 (patch)
treeeee0ead59bc2ca3ca760ab2585bd4e46ba946380
parent603c1b14b6200ca47b1d95dcab5c79e87853ea35 (diff)
amended GH actions workflow file
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index dd02a2d..9a7fe06 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,8 +12,6 @@ jobs:
python-version: 3.8
architecture: x64
- run: pip install nox==2019.11.9
- - run: pip install poetry==1.0.5
- - run: poetry update
- run: nox
build:
@@ -34,16 +32,15 @@ jobs:
- name: Install dependencies
run: |
- pip install poetry==1.0.5
pip install setuptools --upgrade
- poetry update
- name: Pip list
run: pip list
- name: Build with pyinstaller
# run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
- run: poetry run pyinstaller cli.py --name "dm" --onefile
+ #run: poetry run pyinstaller cli.py --name "dm" --onefile
+ run: pyinstaller cli.py --name "dm" --onefile
- uses: actions/upload-artifact@master
with: