Skip to content

Commit 58d9d51

Browse files
authored
Merge pull request #263 from tschm/tschm-patch-1
Update pre-commit.yml
2 parents a359a8d + e48a88a commit 58d9d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deptry:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout [${{ github.repository }}]
16-
uses: actions/checkout@v4
15+
- name: "Build the virtual environment for ${{ github.repository }}"
16+
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
1717

18-
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.17
18+
- uses: cvxgrp/.github/actions/deptry@v2.1.0
1919
with:
2020
source-folder: src/antarctic

0 commit comments

Comments
 (0)