Skip to content

Commit 09a3ed4

Browse files
Update pytest action reference in workflow
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent 774f2f3 commit 09a3ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Run matrix pytest action
24-
uses: ./.github/actions/pytest-action
24+
uses: ./action.yml
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
file: ${{ matrix.python-file }}

0 commit comments

Comments
 (0)