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.
2 parents dc62f2b + 65f1373 commit 18df989Copy full SHA for 18df989
.github/workflows/test-ssh.yml
@@ -152,4 +152,4 @@ jobs:
152
pytest -v --maxfail=2 --cov=ipyparallel ipyparallel/tests/test_ssh.py
153
154
- name: Submit codecov report
155
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
.github/workflows/test.yml
@@ -172,7 +172,7 @@ jobs:
172
${EXEC} chmod -R a+rw .coverage*
173
174
175
176
177
- name: Report on slurm
178
if: ${{ matrix.cluster_type == 'slurm' && failure() }}
0 commit comments