Skip to content

minimum

minimum #10

Workflow file for this run

name: "minimum"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # Every Sunday at midnight.
jobs:
# * ------------------------------------------------------------------------------ * #
# * Changes below may be lost in significant template updates.
pytest:
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
latest-pins: false
- run: "pytest --cov"
- uses: "codecov/[email protected]"
# * ------------------------------------------------------------------------------ * #
# * Changes below should persist in significant template updates.