Skip to content

Commit

Permalink
Cache pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
muddyfish committed Oct 23, 2023
1 parent 5458806 commit dd10e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
cache: 'pip'
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[test]"
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit dd10e21

Please sign in to comment.