fix: address websockets module not found
This commit is contained in:
4
.github/workflows/main_tetris-clone.yml
vendored
4
.github/workflows/main_tetris-clone.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
slot-name: 'production'
|
||||
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }}
|
||||
|
||||
- name: 'Start virtual environment and web socket'
|
||||
- name: 'Start web socket'
|
||||
run: |
|
||||
python -m venv venv
|
||||
pip install websockets
|
||||
python main.py
|
||||
@@ -1,2 +1,2 @@
|
||||
asyncio==3.4.3
|
||||
websockets==9.1
|
||||
asyncio
|
||||
websockets
|
||||
Reference in New Issue
Block a user