Skip to content

Commit e78c299

Browse files
CI: remove redundant tox runs
Some tox envs are run when opening a PR, so we do not need to run them again at merge time.
1 parent 33a63fa commit e78c299

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ jobs:
141141
]
142142
}' || '{
143143
"include": [
144-
{"os": "ubuntu-22.04", "python-version": "3.10", "toxenv": "mypy"},
145-
{"os": "ubuntu-22.04", "python-version": "3.11", "toxenv": "docs"},
146-
{"os": "ubuntu-22.04", "python-version": "3.10", "toxenv": "py310-llfuse"},
147144
{"os": "ubuntu-22.04", "python-version": "3.11", "toxenv": "py311-llfuse", "binary": "borg-linux-glibc235-x86_64-gh"},
148145
{"os": "ubuntu-22.04-arm", "python-version": "3.11", "toxenv": "py311-llfuse", "binary": "borg-linux-glibc235-arm64-gh"},
149146
{"os": "ubuntu-24.04", "python-version": "3.12", "toxenv": "py312-pyfuse3"},

0 commit comments

Comments
 (0)