We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da28a9 + c91796f commit e588fbdCopy full SHA for e588fbd
3 files changed
.github/scripts/ci_deps.py
@@ -5,7 +5,6 @@
5
from typing import Any
6
7
import yaml
8
-
9
import pcre
10
11
BASE_DIR = Path(__file__).resolve().parent
.github/scripts/ci_workflow.py
@@ -26,6 +26,8 @@ def split_csv(raw: str | None) -> list[str]:
26
27
def strip_py_suffix(name: str) -> str:
28
return name.removesuffix(".py")
29
+
30
31
@dataclass(frozen=True)
32
class TestRuntime:
33
test_name: str
.github/workflows/unit_tests.yml
@@ -388,7 +388,6 @@ jobs:
388
rm -rf ./* .[^.] .??* || true
389
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
390
rm -rf "${{ env.VIRTUAL_ENV }}"
391
392
check-torch:
393
runs-on: [ self-hosted, xeon5 ]
394
container:
0 commit comments