Clean up and pin dependencies
Compare changes
Files
5+ 4
− 8
@@ -13,7 +13,7 @@ test:
@@ -13,7 +13,7 @@ test:
@@ -23,7 +23,7 @@ build-linux:
@@ -23,7 +23,7 @@ build-linux:
@@ -45,18 +45,14 @@ build-windows:
@@ -45,18 +45,14 @@ build-windows:
- docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "pip install -r requirements-dev.txt && pyinstaller --clean -y cli.spec --distpath ."
- docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "echo 'Testing the generated CLI works…' && (wine ./funkwhale.exe --help | grep uploads) && echo 'funkwhale CLI working \o/'"