Skip to content

Commit 671faee

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

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: ./action.yml
24+
uses: ./
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
file: ${{ matrix.python-file }}

0 commit comments

Comments
 (0)