8000 Update DOCKER_IMAGE tag in testslurm.yml by adi611 · Pull Request #697 · nipype/pydra · GitHub
[go: up one dir, main page]

Skip to content

Update DOCKER_IMAGE tag in testslurm.yml #697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 18, 2023
Prev Previous commit
Next Next commit
remove python 3.11.1
  • Loading branch information
adi611 authored Sep 15, 2023
commit 12c65d60583fb8957090339b34d5652857901fd7
2 changes: 1 addition & 1 deletion .github/workflows/testslurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.8.16, 3.9.16, 3.10.9, 3.11.1, 3.11.5]
python-version: [3.8.16, 3.9.16, 3.10.9, 3.11.5]
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down
0