From 9de01642cdc48c7997aed8f0c0a0e3a8ee995fc3 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Sun, 29 Dec 2024 00:45:22 +0900 Subject: [PATCH] typo --- .github/actions/push-caches/action.yml | 2 +- .github/workflows/ci-tests.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/push-caches/action.yml b/.github/actions/push-caches/action.yml index 15cd395244c..2b97da73348 100644 --- a/.github/actions/push-caches/action.yml +++ b/.github/actions/push-caches/action.yml @@ -56,7 +56,7 @@ runs: if: inputs.cache-artifact-appendix != '' run: | mkdir -p _pip-staging - python python .github/assistant.py move_new_packages \ + python .github/assistant.py move_new_packages \ --dir-cache="${{ inputs.pypi-dir }}" \ --dir_local="_pip-wheels" \ --dir_staging="_pip-staging" diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a6951c0b5c3..5b9a588c130 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -65,6 +65,7 @@ jobs: TOKENIZERS_PARALLELISM: false TEST_DIRS: ${{ needs.check-diff.outputs.test-dirs }} PIP_EXTRA_INDEX_URL: "--find-links=https://download.pytorch.org/whl/cpu/torch_stable.html" + UNITTEST_TIMEOUT: "" # by default, it is not set # Timeout: https://stackoverflow.com/a/59076067/4521646 # seems that macOS jobs take much more than orger OS @@ -212,7 +213,7 @@ jobs: - name: update cashing # if: github.event_name != 'pull_request' # fixme - continue-on-error: true + # continue-on-error: true # fixme uses: ./.github/actions/push-caches with: pypi-dir: ${{ env.PYPI_CACHE_DIR }}