Skip to content

Commit cd88642

Browse files
committed
corrected deptry and pre-commit
1 parent 11daee3 commit cd88642

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/pre-commit.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@ jobs:
2020

2121
deptry:
2222
runs-on: ubuntu-latest
23+
2324
steps:
24-
- name: Checkout [${{ github.repository }}]
25-
uses: actions/checkout@v4
25+
- name: "Build the virtual environment for ${{ github.repository }}"
26+
uses: cvxgrp/.github/actions/uv/[email protected]
2627

27-
- uses: cvxgrp/.github/actions/uv/[email protected]
28+
- uses: cvxgrp/.github/actions/[email protected]
29+
with:
30+
source-folder: 'cvx'
2831

2932
pre-commit:
3033
runs-on: ubuntu-latest
3134
steps:
32-
- name: Checkout [${{ github.repository }}]
33-
uses: actions/checkout@v4
34-
35-
- uses: pre-commit/[email protected]
36-
with:
37-
extra_args: '--verbose --all-files'
35+
- uses: cvxgrp/.github/actions/[email protected]

0 commit comments

Comments
 (0)