From 3d88628b9541faa595f2003b52985580cdb9e05b Mon Sep 17 00:00:00 2001 From: Arnaud Parant Date: Tue, 20 Feb 2024 15:32:42 +0100 Subject: [PATCH] github workflows documentation add python-version var again --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3fec144..85b46c6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.6' + python-version: '3.6.15' - name: Install dependencies run: | make install-sphinx