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 d90d300 commit 9ade86fCopy full SHA for 9ade86f
.github/workflows/build.yml
@@ -15,14 +15,15 @@ jobs:
15
contents: write
16
steps:
17
- uses: actions/checkout@v4
18
- - name: Install Dependencies
19
- run: |
20
- chmod +x build.command
21
- pip3.13 install -r requirements.txt
22
- name: Set up Python 3.13
23
uses: actions/setup-python@v5
24
with:
25
python-version: '3.13'
+ - name: Install Dependencies
+ run: |
+ chmod +x build.command
+ /Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip install -r requirements.txt
26
+
27
- name: Build Apps
28
run: |
29
./build.command
0 commit comments