Skip to content

Commit 4b54150

Browse files
authored
Update posix.yml
1 parent 42c95ae commit 4b54150

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
@@ -164,6 +164,6 @@ jobs:
164164
uses: ./.github/actions/build_pandas
165165

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

0 commit comments

Comments
 (0)