Skip to content

Commit

Permalink
feat(antares-launcher): use antares launcher v1.3.1 (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro authored Sep 28, 2023
1 parent 88b8f6a commit 36410b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Antares-Launcher~=1.3.0
Antares-Launcher~=1.3.1

aiofiles~=0.8.0
alembic~=1.7.5
Expand Down
1 change: 1 addition & 0 deletions tests/launcher/test_slurm_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def test_kill_job(
slurm_launcher.kill_job(job_id=launch_id)

launcher_arguments = Namespace(
antares_version=0,
check_queue=False,
job_id_to_kill=42,
json_ssh_config=None,
Expand Down

0 comments on commit 36410b5

Please sign in to comment.