Skip to content

Commit

Permalink
Revert "Disable poetry cache"
Browse files Browse the repository at this point in the history
This reverts commit f7fb1bf.
  • Loading branch information
evgeny-stakewise committed Jan 27, 2025
1 parent eeb386e commit 8c7d879
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
python-version: 3.12.8

# Install poetry
# - name: Load cached Poetry installation
# uses: actions/cache@v3
# with:
# path: ~/.local
# key: poetry-0
- name: Load cached Poetry installation
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -61,11 +61,11 @@ jobs:
python-version: 3.12.8

# Install poetry
# - name: Load cached Poetry installation
# uses: actions/cache@v3
# with:
# path: ~/.local
# key: poetry-0
- name: Load cached Poetry installation
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down Expand Up @@ -99,11 +99,11 @@ jobs:
python-version: 3.12.8

# Install poetry
# - name: Load cached Poetry installation
# uses: actions/cache@v3
# with:
# path: ~/.local
# key: poetry-0
- name: Load cached Poetry installation
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 8c7d879

Please sign in to comment.