Skip to content

Commit

Permalink
bump parsl and try tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 25, 2024
1 parent 3733a12 commit 2f33d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def load_config(self):
self.provider.channel.script_dir = os.path.join(
working_dir, "submit_scripts"
)
self.provider.channel.makedirs(
os.makedirs(
self.provider.channel.script_dir, exist_ok=True
)
os.makedirs(self.provider.script_dir, exist_ok=True)
Expand Down
2 changes: 1 addition & 1 deletion compute_endpoint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# 'parsl' is a core requirement of the globus-compute-endpoint, essential to a range
# of different features and functions
# pin exact versions because it does not use semver
"parsl==2024.10.21",
"parsl==2024.11.25",
"pika>=1.2.0",
"pyprctl<0.2.0",
"setproctitle>=1.3.2,<1.4",
Expand Down

0 comments on commit 2f33d42

Please sign in to comment.