Skip to content

Commit

Permalink
#236: Choose Python version on new Actions job
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jun 4, 2021
1 parent c44506d commit 61d8b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

generator-script-testing:
runs-on: ubuntu-16.04
name: ICATDB Generator Script Consistency Test
name: icatdb Generator Script Consistency Test
steps:
- name: Add apt repo
run: sudo add-apt-repository universe
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: '3.x'
architecture: x64

# ICAT Ansible clone and install dependencies
Expand Down

0 comments on commit 61d8b7f

Please sign in to comment.