Skip to content

Commit 2f8b04e

Browse files
committed
Update build.yml
1 parent 8661db6 commit 2f8b04e

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)