File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v4
1111 - uses : ilammy/msvc-dev-cmd@v1
12+ - name : Install dependencies
13+ run : |
14+ python -m pip install --upgrade pip
15+ pip install -r requirements.txt
1216 - name : Compile
1317 shell : bash
1418 run : |
2731 with :
2832 version : 15
2933 platform : x64
34+ - name : Install dependencies
35+ run : |
36+ python -m pip install --upgrade pip
37+ pip install -r requirements.txt
3038 - name : Compile
3139 run : |
3240 python clone_and_build.py
4149 runs-on : macos-latest
4250 steps :
4351 - uses : actions/checkout@v4
52+ - name : Install dependencies
53+ run : |
54+ python -m pip install --upgrade pip
55+ pip install -r requirements.txt
4456 - name : Compile
4557 run : |
4658 python clone_and_build.py
Original file line number Diff line number Diff line change 1+ # requirements.txt
2+ gitpython
3+ packaging
You can’t perform that action at this time.
0 commit comments