Skip to content

Commit

Permalink
release.yml - skip all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Oct 21, 2024
1 parent 9326839 commit ad91a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

- name: Build wheels
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"

- uses: actions/upload-artifact@v3
with:
Expand All @@ -65,6 +67,8 @@ jobs:

- name: Build wheels
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ version = { attr = "UnityPy.__version__" }
[project.optional-dependencies]
tests = [
"pytest >= 8",
"pillow >= 9",
"pillow >= 8",
"psutil >= 6",
]

Expand Down

0 comments on commit ad91a0d

Please sign in to comment.