Skip to content

[dependabot] Chore: Bump numpy from 2.0.2 to 2.1.3 #44

[dependabot] Chore: Bump numpy from 2.0.2 to 2.1.3

[dependabot] Chore: Bump numpy from 2.0.2 to 2.1.3 #44

Workflow file for this run

name: CI-tox
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
python-version: "3.9"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup Python"
uses: actions/[email protected]
with:
python-version: ${{ env.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run auto-tests
run: tox