Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 24, 2023
1 parent 61fc663 commit add704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/threadpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)
model_training = ModelTraining(
parsl_provider=LocalProvider(),
gpu=False,
gpu=True,
max_walltime=1,
)
reference_evaluation = ReferenceEvaluation(
Expand Down

0 comments on commit add704b

Please sign in to comment.