Skip to content

Commit ad91a0d

Browse files
committed
release.yml - skip all tests
1 parent 9326839 commit ad91a0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Build wheels
4545
uses: joerick/[email protected]
46+
env:
47+
CIBW_TEST_SKIP: "*"
4648

4749
- uses: actions/upload-artifact@v3
4850
with:
@@ -65,6 +67,8 @@ jobs:
6567

6668
- name: Build wheels
6769
uses: joerick/[email protected]
70+
env:
71+
CIBW_TEST_SKIP: "*"
6872

6973
- uses: actions/upload-artifact@v3
7074
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ version = { attr = "UnityPy.__version__" }
6666
[project.optional-dependencies]
6767
tests = [
6868
"pytest >= 8",
69-
"pillow >= 9",
69+
"pillow >= 8",
7070
"psutil >= 6",
7171
]
7272

0 commit comments

Comments
 (0)