Skip to content

Commit

Permalink
Merge pull request #586 from liyier90/cicd-enable-pip-cache
Browse files Browse the repository at this point in the history
cicd: enable pip cache in pre merge CI
  • Loading branch information
liyier90 committed Feb 10, 2022
2 parents f0627c3 + c87c130 commit 4cb57bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_merge_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4cb57bf

Please sign in to comment.