Skip to content

Commit 0212728

Browse files
authored
Remove some paths from unit test cache (feast-dev#1944)
* Remove some paths from unit test cache Signed-off-by: Achal Shah <[email protected]> * Remove cache Signed-off-by: Achal Shah <[email protected]> * Echo which pop Signed-off-by: Achal Shah <[email protected]> * upgrade pip Signed-off-by: Achal Shah <[email protected]> * downgrade pip Signed-off-by: Achal Shah <[email protected]> * this is my ifnal form Signed-off-by: Achal Shah <[email protected]>
1 parent cd0e0e0 commit 0212728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
architecture: x64
23+
- name: Downgrade pip
24+
run: |
25+
pip install --upgrade "pip<21.3"
2326
- name: Get pip cache dir
2427
id: pip-cache
2528
run: |

0 commit comments

Comments
 (0)