Skip to content

Commit

Permalink
Fixing unsupported cache prop
Browse files Browse the repository at this point in the history
  • Loading branch information
onefastsnail committed Aug 11, 2024
1 parent 58a1dad commit c9f3945
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/2015.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: false

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion 2015/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "2015"
version = "0.1.0"
description = ""
description = "Advent of Code"
authors = ["onefastsnail"]
readme = "README.md"

Expand Down

0 comments on commit c9f3945

Please sign in to comment.