diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 7305595c47..c1e92361cf 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,4 +1,3 @@ - rules: custom: - name: "input-names-kebab-case" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a4bc8933b..95fd0b2681 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -165,7 +165,7 @@ jobs: env: EXTRA: cpu HF_TOKEN: ${{ secrets.HF_TOKEN }} - PYTEST_WORKERS: "2" + PYTEST_WORKERS: "4" _TYPER_FORCE_DISABLE_TERMINAL: "1" - name: Upload test artifacts if: always() @@ -213,7 +213,7 @@ jobs: env: EXTRA: cpu HF_TOKEN: ${{ secrets.HF_TOKEN }} - PYTEST_WORKERS: "2" + PYTEST_WORKERS: "4" _TYPER_FORCE_DISABLE_TERMINAL: "1" - name: Upload test artifacts if: always()