mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
try: append server module in requirments
This commit is contained in:
@@ -77,11 +77,11 @@ jobs:
|
||||
- name: Activate virtualenv (linux)
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: |
|
||||
sudo apt-get install libev-dev -y > /dev/null && source .venv/bin/activate && pip install bjoern
|
||||
sudo apt-get install libev-dev -y > /dev/null && source .venv/bin/activate && echo "bjoern==3.2.2" >> requirements.txt
|
||||
- name: Activate virtualenv (windows)
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: |
|
||||
.venv\Scripts\Activate && pip install waitress
|
||||
.venv\Scripts\Activate && echo "waitress==3.0.2" >> requirements.txt
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user