Skip to content

Commit

Permalink
github actions: removed caching of installed poetry itself (fails on …
Browse files Browse the repository at this point in the history
…ubuntu-latest)
  • Loading branch information
deeenes committed Jun 19, 2024
1 parent fb263e1 commit 9d2c9de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"
- name: Load cached Poetry installation
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 9d2c9de

Please sign in to comment.