Skip to content

Commit

Permalink
Logan/disable cache for publish (#15502)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Aug 19, 2024
1 parent ea54131 commit 807816a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "poetry"
cache-dependency-path: "**/poetry.lock"
- name: Clear python cache
shell: bash
run: poetry cache clear --all pypi
- name: Install deps
shell: bash
run: pip install -e .
Expand Down

0 comments on commit 807816a

Please sign in to comment.