From f257c3c314fa9760edb390c60f408e9ec649f2c7 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Thu, 11 Nov 2021 11:38:15 +0000 Subject: [PATCH] ci: specify Python 3.9.7 to fix issue found with 3.9.8 Details of error encountered can be seen at: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1829077.html --- .github/workflows/ci-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 72efcc9c..9a1cae61 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -97,7 +97,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.7' architecture: x64 - name: Checkout DataGateway API uses: actions/checkout@v2 @@ -117,7 +117,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.7' architecture: x64 - name: Checkout DataGateway API uses: actions/checkout@v2 @@ -137,7 +137,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.7' architecture: x64 - name: Checkout DataGateway API uses: actions/checkout@v2 @@ -167,7 +167,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.9.7' architecture: x64 # ICAT Ansible clone and install dependencies