Skip to content

Commit 008e9e9

Browse files
troubleshoot
1 parent 1a2e0e8 commit 008e9e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bisect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464

6565
- name: Import pandas and print version
6666
run: |
67-
source activate pandas-dev
67+
conda info
6868
python -c "import pandas as pd;print(pd.__version__)"
6969
- name: git bisect start ${{ github.event.inputs.bad }} ${{ github.event.inputs.good }}
7070
run: |
7171
git bisect start ${{ github.event.inputs.bad }} ${{ github.event.inputs.good }}
7272
git bisect log
7373
- name: git bisect run
7474
run: |
75-
source activate pandas-dev
75+
conda info
7676
git bisect run ../runner.sh $GH_ISSUE
7777
git bisect log

0 commit comments

Comments
 (0)