Skip to content

Commit 9ade86f

Browse files
committed
fix actions bug1
1 parent d90d300 commit 9ade86f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ jobs:
1515
contents: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Install Dependencies
19-
run: |
20-
chmod +x build.command
21-
pip3.13 install -r requirements.txt
2218
- name: Set up Python 3.13
2319
uses: actions/setup-python@v5
2420
with:
2521
python-version: '3.13'
22+
- name: Install Dependencies
23+
run: |
24+
chmod +x build.command
25+
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip install -r requirements.txt
26+
2627
- name: Build Apps
2728
run: |
2829
./build.command

0 commit comments

Comments
 (0)