Skip to content

Commit

Permalink
Cache dependencies for (hopefully) faster CI (#267)
Browse files Browse the repository at this point in the history
* Cache dependencies for (hopefully) faster CI

* Use pyproject.toml

* Change argument name
  • Loading branch information
neubig authored Aug 24, 2023
1 parent 53fc272 commit 183639f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 183639f

Please sign in to comment.