Skip to content

Commit 7b4f2a1

Browse files
committed
cicd fix-up
1 parent ea4bd20 commit 7b4f2a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ jobs:
350350
deploy:
351351
needs: [devcheck, test, deploy-fileformats, deploy-fileformats-extras]
352352
runs-on: ubuntu-latest
353-
env:
354-
PYTHON_VERSION: 3.11
355353
steps:
356354
- name: Download version file
357355
uses: actions/download-artifact@v2
@@ -374,10 +372,10 @@ jobs:
374372
run: |
375373
sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
376374
377-
- name: Set up Python $PYTHON_VERSION
375+
- name: Set up Python 3.11
378376
uses: actions/setup-python@v2
379377
with:
380-
python-version: $PYTHON_VERSION
378+
python-version: 3.11
381379

382380
- name: Install build tools
383381
run: python -m pip install --upgrade pip twine build

0 commit comments

Comments
 (0)