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 b970f50 commit db5e99f
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 @@ -13,7 +13,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.cfg
cache-dependency-path: pyproject.toml
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.6.2
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 db5e99f

Please sign in to comment.