Skip to content

Commit fc6ea79

Browse files
try without building borg.exe
1 parent 3b31a49 commit fc6ea79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ jobs:
207207
run: |
208208
# build borg.exe
209209
pip install -e .
210-
pyinstaller -y scripts/borg.exe.spec
210+
# pyinstaller -y scripts/borg.exe.spec
211211
# build sdist and wheel in dist/...
212212
python -m build
213-
- uses: actions/upload-artifact@v4
214-
with:
215-
name: borg-windows
216-
path: dist/borg.exe
213+
# - uses: actions/upload-artifact@v4
214+
# with:
215+
# name: borg-windows
216+
# path: dist/borg.exe
217217
- name: Run tests
218218
run: |
219-
./dist/borg.exe -V
219+
# ./dist/borg.exe -V
220220
pytest -n4 --benchmark-skip -vv -rs -k "not remote"

0 commit comments

Comments
 (0)