Skip to content

Bump pytest from 7.4.3 to 8.3.4 #76

Bump pytest from 7.4.3 to 8.3.4

Bump pytest from 7.4.3 to 8.3.4 #76

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
template:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
cache-dependency-path: setup.py
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip list
- name: Run tests
run: |
pytest tests/