Skip to content

Update dependency mock to v5 #3962

Update dependency mock to v5

Update dependency mock to v5 #3962

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
name: Unit Tests
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check