Skip to content

Commit

Permalink
cicd fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 29, 2024
1 parent ea4bd20 commit 7b4f2a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7b4f2a1

Please sign in to comment.