Skip to content

Merge pull request #763 from ClearcodeHQ/dependabot/pip/psutil-6.0.0 #598

Merge pull request #763 from ClearcodeHQ/dependabot/pip/psutil-6.0.0

Merge pull request #763 from ClearcodeHQ/dependabot/pip/psutil-6.0.0 #598

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
macostests:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
needs: [tests]
with:
python-versions: '["3.10", "3.11", "3.12", "pypy-3.10"]'
os: macos-latest
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}