We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3534c commit 630d2d5Copy full SHA for 630d2d5
.github/workflows/init_fast-api-reference.yml
@@ -31,12 +31,14 @@ jobs:
31
32
- name: Create and start virtual environment
33
run: |
34
- cd ./backend
+ cd backend
35
python -m venv venv
36
source venv/bin/activate
37
38
- name: Install dependencies
39
- run: pip install -r requirements.txt
+ run: |
40
41
+ pip install -r requirements.txt
42
43
- name: Install Node dependencies
44
0 commit comments