Skip to content

Commit

Permalink
change ubuntu aarch64 to 2204, retest the pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sygslhy committed Feb 3, 2025
1 parent c1a4a64 commit 51dd625
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 51dd625

Please sign in to comment.