File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
1919 - name : Install dependencies
2020 run : |
2121 python -m pip install --upgrade pip
22- pip install tufup
2322 pip install -r requirements_cpu.txt
2423 pip install pyinstaller
2524 - name : Build CPU version
26- run : python build_packages.py ${{ github.ref_name }} --build cpu
25+ run : python build_packages.py " ${{ github.ref_name }}" --build cpu
2726 - name : Upload CPU artifacts
2827 uses : actions/upload-artifact@v4
2928 with :
@@ -42,11 +41,10 @@ jobs:
4241 - name : Install dependencies
4342 run : |
4443 python -m pip install --upgrade pip
45- pip install tufup
4644 pip install -r requirements_gpu.txt
4745 pip install pyinstaller
4846 - name : Build GPU version
49- run : python build_packages.py ${{ github.ref_name }} --build gpu
47+ run : python build_packages.py " ${{ github.ref_name }}" --build gpu
5048 - name : Upload GPU artifacts
5149 uses : actions/upload-artifact@v4
5250 with :
You can’t perform that action at this time.
0 commit comments