From 1560d49b1ef8a7fafb63477137b7064146051578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 25 Apr 2024 11:27:43 +0200 Subject: [PATCH 1/2] adding build block to .readthedocs.yml --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 77ea544e..551d5134 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,8 @@ python: - method: pip path: . - requirements: requirements_docs.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.10" From 3722c8c2eb4ecb512084a36edb77dfe59468311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 25 Apr 2024 11:31:35 +0200 Subject: [PATCH 2/2] use macos-12 instead of macos-latest in github action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65e10fbe..7b2f9532 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: os: [ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest + - os: macos-12 python-version: "3.10" steps: