Skip to content

Commit

Permalink
Temporary turn off workflows cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maledorak committed Dec 24, 2024
1 parent 74001c8 commit 134ffb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
poetry-version: latest

# Upload cache takes longer than the build itself, so we don't need it for now
# - uses: actions/cache@v3
# name: Define a cache for the virtual environment based on the dependencies lock file
# with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}

# Upload cache takes longer than the build itself, so we don't need it for now
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
Expand Down

0 comments on commit 134ffb7

Please sign in to comment.