File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# GitHub Actions workflow that runs on a cron schedule.
22# Check URLs and run latest deps with remote tests
33
4- # Remove -numpy126 when we support testing with numpy 2.0
4+ # Restore testing with pyoorb when it supports Python 3.12+
55
66name : Weekly CI Tests
77
Original file line number Diff line number Diff line change 22#
33# This file performs testing using tox and tox.ini to define and configure the test environments.
44
5- # Remove -numpy126 when we support testing with numpy 2.0
6- # Allow testing of optional dependencies on Python 3.12+ when pyoorb is updated.
5+ # Restore testing with pyoorb when it supports Python 3.12+
76
87name : CI Tests
98
5857 linux: py310-test-oldestdeps-cov
5958 coverage: codecov
6059 macos-test :
61- name : Python 3.11 with all optional dependencies (MacOS)
60+ name : Python 3.14 with all optional dependencies (MacOS)
6261 # needs: [oorb-data]
6362 runs-on : macos-latest
6463 steps :
You can’t perform that action at this time.
0 commit comments