From 61d8b7f6c4e90578c3da79fecef3d4bb044d9ce0 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Fri, 4 Jun 2021 11:40:56 +0000 Subject: [PATCH] #236: Choose Python version on new Actions job --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3e1d9cc5..36d90e66 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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 @@ -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