Skip to content

ci: bump the actions-dependencies group across 1 directory with 5 upd… #58

ci: bump the actions-dependencies group across 1 directory with 5 upd…

ci: bump the actions-dependencies group across 1 directory with 5 upd… #58

name: Quick Test
on:
push:
paths:
- examples/**
- src/**
- tests/**
- setup.py
- .github/workflows/continuous-testing.yml
permissions:
contents: read
jobs:
quick-test:
uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167
with:
version: "3.12"
os: ubuntu-latest
verbose: true
secrets:
coverage_token: ${{ secrets.CODECOV_TOKEN }}