We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e0e8 commit 008e9e9Copy full SHA for 008e9e9
.github/workflows/bisect.yml
@@ -64,14 +64,14 @@ jobs:
64
65
- name: Import pandas and print version
66
run: |
67
- source activate pandas-dev
+ conda info
68
python -c "import pandas as pd;print(pd.__version__)"
69
- name: git bisect start ${{ github.event.inputs.bad }} ${{ github.event.inputs.good }}
70
71
git bisect start ${{ github.event.inputs.bad }} ${{ github.event.inputs.good }}
72
git bisect log
73
- name: git bisect run
74
75
76
git bisect run ../runner.sh $GH_ISSUE
77
0 commit comments