File tree 6 files changed +12
-9
lines changed
6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 6
6
- created
7
7
push :
8
8
branches :
9
- - main
10
- - 1.4.x
9
+ - mainskip
10
+ - 1.4.xskip
11
11
12
12
env :
13
13
ENV_FILE : environment.yml
37
37
with :
38
38
fetch-depth : 0
39
39
40
- - name : Set up pandas
40
+ # Although asv sets up its own env, deps are still needed
41
+ # during discovery process
42
+ - name : Set up Conda
41
43
uses : ./.github/actions/setup
42
44
with :
43
45
environment-file : ${{ env.ENV_FILE }}
Original file line number Diff line number Diff line change 52
52
with :
53
53
fetch-depth : 0
54
54
55
- - name : Set up pandas
55
+ - name : Set up Conda
56
56
uses : ./.github/actions/setup
57
57
58
58
- name : Build Pandas
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
fetch-depth : 0
102
102
103
- - name : Set up pandas
103
+ - name : Set up Conda
104
104
uses : ./.github/actions/setup
105
105
106
106
- name : Build Pandas
Original file line number Diff line number Diff line change 47
47
with :
48
48
fetch-depth : 0
49
49
50
- - name : Set up pandas
50
+ - name : Set up Conda
51
51
uses : ./.github/actions/setup
52
52
53
53
- name : Build pandas
Original file line number Diff line number Diff line change 32
32
with :
33
33
fetch-depth : 0
34
34
35
- - name : Set up pandas
35
+ - name : Set up Conda
36
36
uses : ./.github/actions/setup
37
37
38
38
- name : Build pandas
Original file line number Diff line number Diff line change 98
98
- name : Extra installs
99
99
run : sudo apt-get update && sudo apt-get install -y libc6-dev-i386 ${{ env.EXTRA_APT }}
100
100
101
- - name : Set up pandas
101
+ - name : Set up Conda
102
102
uses : ./.github/actions/setup
103
103
with :
104
104
environment-file : ${{ env.ENV_FILE }}
Original file line number Diff line number Diff line change 53
53
pip list
54
54
python setup.py sdist --formats=gztar
55
55
56
- - uses : ./.github/actions/setup
56
+ - name : Set up Conda
57
+ uses : ./.github/actions/setup
57
58
with :
58
59
activate-environment : pandas-sdist
59
60
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments