Skip to content

Commit

Permalink
fix: ♻️ Remove "skip-latest" from workflow as it seems to be no longe…
Browse files Browse the repository at this point in the history
…r supported
  • Loading branch information
DRovara committed Oct 9, 2024
1 parent c19c4f2 commit d933af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
id-token: write # Explicitly allows the `id-token: write` permission for this job
if: fromJSON(needs.change-detection.outputs.run-python-tests)
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
with:
skip-testing-latest-python: true

code-ql:
name: 📝 CodeQL
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ build = "cp3*"
skip = "*-musllinux_*"
archs = "auto64"
test-command = "python -c \"from mqt import debugger\""
test-skip = "cp38-macosx_arm64"
test-skip = ["cp38-macosx_arm64", "cp313*"]
build-frontend = "build[uv]"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit d933af8

Please sign in to comment.