Skip to content

do not update pip in the actions #805

do not update pip in the actions

do not update pip in the actions #805

Workflow file for this run

name: pre-commit
on:
push:
jobs:
deptry:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: ./actions/environment
- uses: ./actions/deptry
with:
source-folder: 'src/cvx'
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'