From 7b4f2a14523a07b04c275c98ed6dc92d9879f323 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 29 May 2024 14:02:13 +0930 Subject: [PATCH] cicd fix-up --- .github/workflows/ci-cd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f6e6f67..c35e459 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -350,8 +350,6 @@ jobs: deploy: needs: [devcheck, test, deploy-fileformats, deploy-fileformats-extras] runs-on: ubuntu-latest - env: - PYTHON_VERSION: 3.11 steps: - name: Download version file uses: actions/download-artifact@v2 @@ -374,10 +372,10 @@ jobs: run: | sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore - - name: Set up Python $PYTHON_VERSION + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - python-version: $PYTHON_VERSION + python-version: 3.11 - name: Install build tools run: python -m pip install --upgrade pip twine build