Skip to content

Commit 341e6ee

Browse files
mroeschkeim-vinicius
authored and
im-vinicius
committed
CI: Build pandas even if doctests fail (pandas-dev#53657)
1 parent 4c84440 commit 341e6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Install pandas in editable mode
7979
id: build-editable
80+
if: ${{ steps.build.outcome == 'success' && always() }}
8081
uses: ./.github/actions/build_pandas
8182
with:
8283
editable: true

0 commit comments

Comments
 (0)