Skip to content

Bump numpy from 1.15.4 to 1.22.0 in /tests/test_pypi_oldest_requirements #120

Bump numpy from 1.15.4 to 1.22.0 in /tests/test_pypi_oldest_requirements

Bump numpy from 1.15.4 to 1.22.0 in /tests/test_pypi_oldest_requirements #120

Workflow file for this run

name: Test Python Package
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.12", "3.10"]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: |
uv sync --python ${{ matrix.python-version }} --extra dev
- name: Test with pytest
run: |
uv run pytest
- name: Upload results
if: always()
uses: actions/upload-artifact@v4
with:
name: results_${{ matrix.python-version }}
path: tests/test_pypi_oldest_requirements/