Skip to content

Commit e588fbd

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-ci-0420-11
# Conflicts: # .github/scripts/ci_deps.py # .github/scripts/ci_tests.py # .github/scripts/ci_workflow.py # .github/workflows/unit_tests.yml
2 parents 7da28a9 + c91796f commit e588fbd

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/ci_deps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import Any
66

77
import yaml
8-
98
import pcre
109

1110
BASE_DIR = Path(__file__).resolve().parent

.github/scripts/ci_workflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def split_csv(raw: str | None) -> list[str]:
2626

2727
def strip_py_suffix(name: str) -> str:
2828
return name.removesuffix(".py")
29+
30+
2931
@dataclass(frozen=True)
3032
class TestRuntime:
3133
test_name: str

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ jobs:
388388
rm -rf ./* .[^.] .??* || true
389389
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
390390
rm -rf "${{ env.VIRTUAL_ENV }}"
391-
392391
check-torch:
393392
runs-on: [ self-hosted, xeon5 ]
394393
container:

0 commit comments

Comments
 (0)