Commit d3e01bc 1 parent 32c38aa commit d3e01bc Copy full SHA for d3e01bc
File tree 5 files changed +6
-9
lines changed
5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
22
go-version : 1.17.7
23
23
- name : Upgrade pip version
24
24
run : |
25
- pip install --upgrade "pip>=21.3.1"
25
+ pip install --upgrade "pip>=21.3.1,<22.1 "
26
26
- name : Get pip cache dir
27
27
id : pip-cache
28
28
run : |
62
62
python-version : " 3.7"
63
63
- name : Upgrade pip version
64
64
run : |
65
- pip install --upgrade "pip>=21.3.1"
65
+ pip install --upgrade "pip>=21.3.1,<22.1 "
66
66
- name : Install dependencies
67
67
run : make install-go-proto-dependencies
68
68
- name : Lint go
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
run : aws sts get-caller-identity
108
108
- name : Upgrade pip version
109
109
run : |
110
- pip install --upgrade "pip>=21.3.1"
110
+ pip install --upgrade "pip>=21.3.1,<22.1 "
111
111
- name : Get pip cache dir
112
112
id : pip-cache
113
113
run : |
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
run : aws sts get-caller-identity
134
134
- name : Upgrade pip version
135
135
run : |
136
- pip install --upgrade "pip>=21.3.1"
136
+ pip install --upgrade "pip>=21.3.1,<22.1 "
137
137
- name : Get pip cache dir
138
138
id : pip-cache
139
139
run : |
Original file line number Diff line number Diff line change 27
27
go-version : 1.17.7
28
28
- name : Upgrade pip version
29
29
run : |
30
- pip install --upgrade "pip>=21.3.1"
30
+ pip install --upgrade "pip>=21.3.1,<22.1 "
31
31
- name : Get pip cache dir
32
32
id : pip-cache
33
33
run : |
75
75
python-version : " 3.7"
76
76
- name : Upgrade pip version
77
77
run : |
78
- pip install --upgrade "pip>=21.3.1"
78
+ pip install --upgrade "pip>=21.3.1,<22.1 "
79
79
- name : Setup Go
80
80
id : setup-go
81
81
uses : actions/setup-go@v2
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ feast apply
48
48
### 4. Explore your data in the web UI (experimental)
49
49
50
50
![ Web UI] ( ui/sample.png )
51
- ``` commandline
52
- feast ui
53
- ```
54
51
55
52
### 5. Build a training dataset
56
53
``` python
You can’t perform that action at this time.
0 commit comments