Skip to content

Commit

Permalink
Rename test env var for slurm partition
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jan 29, 2024
1 parent b271520 commit c3682a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from os import path
from pathlib import Path

PARTITION = os.getenv("DEFAULT_SLURM_PARTITION")
PARTITION = os.getenv("SLURM_PARTITION")


def get_slurm_rest_url() -> str | None:
Expand Down

0 comments on commit c3682a3

Please sign in to comment.