Skip to content

Commit dd0c8ac

Browse files
Merge branch 'dev' into unicron-update-util-scripts
2 parents 04344f0 + 6acf5f1 commit dd0c8ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- name: Python Setup
7171
working-directory: cla-backend
7272
run: |
73-
python -m venv venv
74-
source venv/bin/activate
73+
python -m venv .venv
74+
source .venv/bin/activate
7575
pip install --upgrade pip
7676
pip install -r requirements.txt
7777
@@ -83,8 +83,8 @@ jobs:
8383
- name: Python Test
8484
working-directory: cla-backend
8585
run: |
86-
python -m venv venv
87-
source venv/bin/activate
86+
python -m venv .venv
87+
source .venv/bin/activate
8888
pip install pytest
8989
pytest "cla/tests" -p no:warnings
9090
env:

0 commit comments

Comments
 (0)