Skip to content

Commit

Permalink
ci: Fix cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 11, 2024
1 parent b171174 commit c236eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.cfg
cache-dependency-path: pyproject.toml
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 'pypy-3.10'
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.10'
cache: pip
cache-dependency-path: setup.cfg
cache-dependency-path: pyproject.toml
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- shell: bash
Expand Down

0 comments on commit c236eec

Please sign in to comment.