Skip to content

Bump pytest from 8.2.2 to 8.3.1 #183

Bump pytest from 8.2.2 to 8.3.1

Bump pytest from 8.2.2 to 8.3.1 #183

Workflow file for this run

name: testing
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: Install dependencies & package
run: |
python -m pip install --upgrade pip
pip install .[tests,dev]
pip install .
- name: Lint
run: |
pre-commit run --all-files --show-diff-on-failure
- name: Test
run: |
pytest tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Matgenix/atomate2-turbomole