Skip to content

Bump actions/checkout from 3 to 4 #14

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #14

name: Warnings Tests
on: [push, pull_request]
jobs:
tests:
name: Warning Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install linsolve
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Run Tests
run: |
pytest -W error