Skip to content

Commit

Permalink
Merge pull request #485 from SauravMaheshkar:ci-pip-cache
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 508089326
  • Loading branch information
OptaxDev committed Feb 8, 2023
2 parents 41418a3 + 051ca9f commit f64148b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:

steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
- uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
cache: "pip"
cache-dependency-path: '**/requirements*.txt'
- name: Run CI tests
run: bash test.sh
shell: bash

0 comments on commit f64148b

Please sign in to comment.