From e40c19fd2da7e0ff2c7e73a679f8998f5f6bd594 Mon Sep 17 00:00:00 2001 From: Giovani Date: Thu, 1 Jul 2021 00:35:07 -0400 Subject: [PATCH] fix: address missing venv command --- .github/workflows/main_tetris-clone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_tetris-clone.yml b/.github/workflows/main_tetris-clone.yml index a62e633..c2cd5e6 100644 --- a/.github/workflows/main_tetris-clone.yml +++ b/.github/workflows/main_tetris-clone.yml @@ -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 \ No newline at end of file