Skip to content

Commit

Permalink
Add cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Apr 24, 2024
1 parent af18f01 commit 28fefcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
cache-dependency-path: setup.py
python-version: ${{ matrix.python-version }}
- name: Install host dependencies
run: |
Expand Down

0 comments on commit 28fefcd

Please sign in to comment.