fix: address missing venv command

This commit is contained in:
2021-07-01 00:35:07 -04:00
parent ab2cd837a3
commit e40c19fd2d

View File

@@ -61,6 +61,7 @@ jobs:
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }}
- name: 'Start web socket'
- name: 'Start virtual environment and web socket'
run: |
python -m venv venv
python main.py