Skip to content

Commit f5ff817

Browse files
Merge pull request #4539 from communitybridge/unicron-fix
Fix build?
2 parents 6416142 + 9aba2e0 commit f5ff817

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)