mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
copy version.txt into dist build
+ install wsgi server manually on scripts
This commit is contained in:
@@ -77,11 +77,11 @@ jobs:
|
||||
- name: Activate virtualenv (linux)
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
source .venv/bin/activate && pip install bjoern
|
||||
- name: Activate virtualenv (windows)
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: |
|
||||
.venv\Scripts\Activate
|
||||
.venv\Scripts\Activate && pip install waitress
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user