Skip to content

compatible tests

compatible tests #2

Workflow file for this run

name: compatible tests
on:
workflow_dispatch:
jobs:
numpy-win64:
runs-on: windows-latest
steps:
- uses: actions/setup-python@main
with:
python-version: "3.13"
- run: pip install numpy==1.26.4
- run: python -m numpy --verbose
latest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@main
with:
check-latest: true
- run: python --version