Skip to content

Bump pytest from 7.4.4 to 8.3.3 #678

Bump pytest from 7.4.4 to 8.3.3

Bump pytest from 7.4.4 to 8.3.3 #678

Workflow file for this run

---
name: Run Tests
on:
- push
- pull_request
jobs:
run_tests:
strategy:
matrix:
version:
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
env:
DOCKER_BUILDKIT: 1
run: |
docker build . \
--target test \
--build-arg PYTHON_VERSION=${{ matrix.version }}