We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c84440 commit 341e6eeCopy full SHA for 341e6ee
.github/workflows/code-checks.yml
@@ -77,6 +77,7 @@ jobs:
77
78
- name: Install pandas in editable mode
79
id: build-editable
80
+ if: ${{ steps.build.outcome == 'success' && always() }}
81
uses: ./.github/actions/build_pandas
82
with:
83
editable: true
0 commit comments