Skip to content

Commit

Permalink
fix: hardcode slurm version
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Feb 23, 2024
1 parent 8489b36 commit cd7e5a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def get_version():


VERSION = get_version()
SLURM_VERSION = f"{VERSION.major}.{VERSION.minor}"
#SLURM_VERSION = f"{VERSION.major}.{VERSION.minor}"
SLURM_VERSION = f"23.11"


def homepage(*args):
Expand Down

0 comments on commit cd7e5a2

Please sign in to comment.