Skip to content

Bump actions/dependency-review-action from 3.1.0 to 3.1.5 #154

Bump actions/dependency-review-action from 3.1.0 to 3.1.5

Bump actions/dependency-review-action from 3.1.0 to 3.1.5 #154

Workflow file for this run

---
on: push
permissions:
contents: read
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Run pytest
run: pytest . --cov --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4