Skip to content

Commit

Permalink
👷 Properly enable the cache with python-version: '3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxisma committed Mar 19, 2024
1 parent 061166f commit f48af8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
- name: Validate pyproject.toml
run: poetry check
Expand Down

0 comments on commit f48af8b

Please sign in to comment.