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 a9b89ad commit 25a06b8Copy full SHA for 25a06b8
1 file changed
.github/workflows/pipeline.yml
@@ -325,8 +325,8 @@ jobs:
325
run: |
326
pip install . --no-deps --no-build-isolation
327
cd tests
328
- python -m unittest test_slrumclusterexecutor.py
329
- python -m unittest test_slrumjobexecutor.py
+ python -m unittest test_slurmclusterexecutor.py
+ python -m unittest test_slurmjobexecutor.py
330
331
unittest_mpich:
332
needs: [black]
0 commit comments