Skip to content

Commit ef5853e

Browse files
Fix build?
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent f23632f commit ef5853e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Python Setup
6565
working-directory: cla-backend
6666
run: |
67+
python -m venv venv
68+
source venv/bin/activate
6769
pip install --upgrade pip
6870
pip install -r requirements.txt
6971

0 commit comments

Comments
 (0)