We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4bd20 commit 7b4f2a1Copy full SHA for 7b4f2a1
.github/workflows/ci-cd.yml
@@ -350,8 +350,6 @@ jobs:
350
deploy:
351
needs: [devcheck, test, deploy-fileformats, deploy-fileformats-extras]
352
runs-on: ubuntu-latest
353
- env:
354
- PYTHON_VERSION: 3.11
355
steps:
356
- name: Download version file
357
uses: actions/download-artifact@v2
@@ -374,10 +372,10 @@ jobs:
374
372
run: |
375
373
sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
376
377
- - name: Set up Python $PYTHON_VERSION
+ - name: Set up Python 3.11
378
uses: actions/setup-python@v2
379
with:
380
- python-version: $PYTHON_VERSION
+ python-version: 3.11
381
382
- name: Install build tools
383
run: python -m pip install --upgrade pip twine build
0 commit comments