From 51dd62595f73b8d745165a8252396c65e0a6c78d Mon Sep 17 00:00:00 2001 From: Yuan SUN Date: Mon, 3 Feb 2025 21:37:55 +0100 Subject: [PATCH] change ubuntu aarch64 to 2204, retest the pypi --- .github/workflows/schedule.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index f9799e0..3504f1e 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -1,11 +1,10 @@ name: Test the PYPI package in all the platforms +on: [push, pull_request] -# on: [push, pull_request] - -on: - schedule: - - cron: '30 10 * * 1' +# on: +# schedule: +# - cron: '30 10 * * 1' jobs: checkout-code: @@ -116,6 +115,6 @@ jobs: # Produce a binary artifact and place it in the mounted volume run: | cd /test - pip install cxx-image-io --break-system-packages + pip install cxx-image-io mkdir -p /test/_outputs pytest -sv