File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,12 @@ jobs:
3535 sudo installer -pkg python-3.9.13-macosx10.9.pkg -target /
3636 cd ..
3737
38- - name : Install backend dependencies arm64
39- if : matrix.os == 'macos-latest'
40- id : install-backend-deps-arm64
41- run : |
42- cd backend
43- pip install build
44- pip install -U -r requirements.txt
45-
46- - name : Install backend dependencies x64
47- if : matrix.os == 'macos-13'
48- id : install-backend-deps-x64
38+ - name : Install backend dependencies
39+ id : install-backend-deps
4940 run : |
5041 cd backend
51- python3.9 pip install build
52- python3.9 pip install -U -r requirements.txt
42+ python3.9 -m pip install build
43+ python3.9 -m pip install -U -r requirements.txt
5344
5445 - name : Install Node.js, NPM and Yarn
5546 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments