Skip to content

Commit

Permalink
cache-dependency-path: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 22, 2022
1 parent ca301dc commit d59c680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install -e '.[test]'
Expand All @@ -36,6 +37,7 @@ jobs:
with:
python-version: "3.11"
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install setuptools wheel twine build
Expand Down

0 comments on commit d59c680

Please sign in to comment.