From f48af8b38eb06be4c4f54c73a5194f0e7db56d0a Mon Sep 17 00:00:00 2001 From: Izzy Muerte <63051+bruxisma@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:29:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Properly=20enable=20the=20cache?= =?UTF-8?q?=20with=20`python-version:=20'3.x'`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 61e1189..ca08a99 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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