Skip to content

Commit c373cdd

Browse files
committed
Update build.yml
1 parent 0a036be commit c373cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
id: install-backend-deps
3939
run: |
4040
cd backend
41-
pip install build
42-
pip install -U -r requirements.txt
41+
python3.9 pip install build
42+
python3.9 pip install -U -r requirements.txt
4343
4444
- name: Install Node.js, NPM and Yarn
4545
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)