Skip to content

Commit

Permalink
ci: specify Python 3.9.7 to fix issue found with 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Nov 11, 2021
1 parent 68b996e commit f257c3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f257c3c

Please sign in to comment.