From e90a8d9723430381a4a25f780106c1ba7760d866 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sun, 2 May 2021 19:22:33 +0100 Subject: [PATCH] CI fixes. --- .github/workflows/test.yaml | 1 - package-lock.json | 11 ++--------- server.py | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7419632..3fa1d4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,6 @@ jobs: timeout-minutes: 10 run: | python -m sounddevice - cp config.py.example config.py # We don't need an API config file for these tests. python -m unittest - name: Archive test logs if: ${{ always() }} diff --git a/package-lock.json b/package-lock.json index ebfd655..939f4ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,5 @@ { "name": "bapsicle", - "version": "0.1.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "version": "0.1.0", - "license": "ISC" - } - } + "version": "3.0.0", + "lockfileVersion": 1 } diff --git a/server.py b/server.py index 896279a..f92f07d 100644 --- a/server.py +++ b/server.py @@ -216,7 +216,7 @@ class BAPSicleServer: By default, this server is accepting connections on port 13500 The version of the server service is {} Please refer to the documentation included with this application for further assistance.""".format( - config.VERSION + package.VERSION ), "dev/welcome.mp3", )