Skip to content

Commit 25a06b8

Browse files
committed
fixes
1 parent a9b89ad commit 25a06b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ jobs:
325325
run: |
326326
pip install . --no-deps --no-build-isolation
327327
cd tests
328-
python -m unittest test_slrumclusterexecutor.py
329-
python -m unittest test_slrumjobexecutor.py
328+
python -m unittest test_slurmclusterexecutor.py
329+
python -m unittest test_slurmjobexecutor.py
330330
331331
unittest_mpich:
332332
needs: [black]

0 commit comments

Comments
 (0)