Skip to content

Commit 241118a

Browse files
committed
Update posix.yml
1 parent e1bb55b commit 241118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ jobs:
165165
uses: ./.github/actions/build_pandas
166166

167167
- name: Test
168-
run: ./.github/actions/run-tests
168+
uses: ./.github/actions/run-tests
169169
# TODO: Don't continue on error for PyPy
170170
continue-on-error: ${{ env.IS_PYPY == 'true' }}

0 commit comments

Comments
 (0)