File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,53 +23,53 @@ jobs:
2323
2424 - name : Looking for unwanted patterns
2525 run : ci/code_checks.sh patterns
26- if : true
26+ if : always()
2727
2828 - name : Setup environment and build pandas
2929 run : ci/setup_env.sh
30- if : true
30+ if : always()
3131
3232 - name : Linting
3333 run : |
3434 source activate pandas-dev
3535 ci/code_checks.sh lint
36- if : true
36+ if : always()
3737
3838 - name : Dependencies consistency
3939 run : |
4040 source activate pandas-dev
4141 ci/code_checks.sh dependencies
42- if : true
42+ if : always()
4343
4444 - name : Checks on imported code
4545 run : |
4646 source activate pandas-dev
4747 ci/code_checks.sh code
48- if : true
48+ if : always()
4949
5050 - name : Running doctests
5151 run : |
5252 source activate pandas-dev
5353 ci/code_checks.sh doctests
54- if : true
54+ if : always()
5555
5656 - name : Docstring validation
5757 run : |
5858 source activate pandas-dev
5959 ci/code_checks.sh docstrings
60- if : true
60+ if : always()
6161
6262 - name : Typing validation
6363 run : |
6464 source activate pandas-dev
6565 ci/code_checks.sh typing
66- if : true
66+ if : always()
6767
6868 - name : Testing docstring validation script
6969 run : |
7070 source activate pandas-dev
7171 pytest --capture=no --strict scripts
72- if : true
72+ if : always()
7373
7474 - name : Running benchmarks
7575 run : |
8787 else
8888 echo "Benchmarks did not run, no changes detected"
8989 fi
90- if : true
90+ if : always()
9191
9292 - name : Publish benchmarks artifact
9393 uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments