From d0a7f75f8cd42ad7ee1753b818b8efe87239c5ab Mon Sep 17 00:00:00 2001 From: Piotr Rozyczko Date: Thu, 13 Mar 2025 10:52:50 +0100 Subject: [PATCH] Fix for setup-python@v5 expecting string now --- .github/workflows/documentation-build.yml | 2 +- .github/workflows/python-ci.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 108a631f..bcf81987 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: Install Pandoc, repo and dependencies run: | sudo apt install pandoc diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index b6dcf7bd..650d8222 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: '3.11' - name: Install dependencies and build run: | diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 603adcdc..80116dc2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: Install dependencies and build run: |