We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb63ca1 commit cf5ceafCopy full SHA for cf5ceaf
.github/workflows/run-cluster.yaml
@@ -5,11 +5,11 @@ on:
5
inputs:
6
daft_wheel_url:
7
type: string
8
- description: The url pointing to a daft python-wheel which to install and use
+ description: The url pointing to a daft python-wheel for which to install and run
9
required: false
10
daft_version:
11
12
- description: The version of daft to install (will throw an error if both this and the `daft_wheel_url` inputs are provided)
+ description: The version of daft to install (errors if both this and `daft_wheel_url` are provided)
13
14
python_version:
15
0 commit comments