Skip to content

Commit

Permalink
try pip cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Sep 18, 2023
1 parent 6bd5c22 commit f9d2c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
cache: 'pip'
- name: Install python dependencies
run: sudo apt-get update && sudo apt-get install -y python3-setuptools python3-pip chromium-browser libgbm1 && make install-deps
- name: Test-e2e
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
cache: 'pip'
- name: Install python dependencies
run: sudo apt-get update && sudo apt-get install -y python3-setuptools python3-pip && make install-deps
- name: Test
Expand Down

0 comments on commit f9d2c37

Please sign in to comment.