Skip to content

Commit 630d2d5

Browse files
author
Konstantin Strassheim
committed
fixed intall python
1 parent 7b3534c commit 630d2d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/init_fast-api-reference.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ jobs:
3131

3232
- name: Create and start virtual environment
3333
run: |
34-
cd ./backend
34+
cd backend
3535
python -m venv venv
3636
source venv/bin/activate
3737
3838
- name: Install dependencies
39-
run: pip install -r requirements.txt
39+
run: |
40+
cd backend
41+
pip install -r requirements.txt
4042
4143
- name: Install Node dependencies
4244
run: |

0 commit comments

Comments
 (0)