Skip to content

Commit

Permalink
Merge branch 'bugfix/default-python-version' into expands-search-api-…
Browse files Browse the repository at this point in the history
…structure
  • Loading branch information
MRichards99 committed Oct 26, 2021
2 parents ea68ce3 + 42c29be commit 0b7c9fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Add a set up instructions describing how the reviewer should test the code

- [ ] Review code
- [ ] Check GitHub Actions build
- [ ] If `icatdb Generator Script Consistency Test` CI job fails, is this because of a
deliberate change made to the script to change generated data (which isn't
actually a problem) or is there an underlying issue with the changes made?
- [ ] If `icatdb Generator Script Consistency Test` CI job fails, is this because of a deliberate change made to the script to change generated data (which isn't actually a problem) or is here an underlying issue with the changes made?
- [ ] Review changes to test coverage
- [ ] {more steps here}

Expand Down
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.6'
python-version: '3.9'
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.6'
python-version: '3.9'
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.6'
python-version: '3.9'
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.x'
python-version: '3.9'
architecture: x64

# ICAT Ansible clone and install dependencies
Expand Down

0 comments on commit 0b7c9fd

Please sign in to comment.