Skip to content

Commit

Permalink
Updated cache-dependency-path in GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 18, 2024
1 parent e43ef99 commit 7aeb9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
cache-dependency-path: pyproject.toml
- name: Start external services
run: docker compose up -d
- name: Install the project and its dependencies
Expand Down

0 comments on commit 7aeb9bd

Please sign in to comment.