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 4c12d01 commit 108a37dCopy full SHA for 108a37d
.github/workflows/build_and_test.yml
@@ -41,14 +41,14 @@ on:
41
description: Additional environment variables to set when running the tests. Should be in JSON format.
42
required: false
43
type: string
44
- default: '{"PYSPARK_IMAGE_TO_TEST": "python-311", "PYTHON_TO_TEST": "python3.11"}'
+ default: '{"PYSPARK_IMAGE_TO_TEST": "python-minimum", "PYTHON_TO_TEST": "python3.10"}'
45
jobs:
46
description: >-
47
Jobs to run, and should be in JSON format. The values should be matched with the job's key defined
48
in this file, e.g., build. See precondition job below.
49
50
51
- default: ''
+ default: '{"pyspark": "true", "pyspark-pandas": "true"}'
52
secrets:
53
codecov_token:
54
description: The upload token of codecov.
0 commit comments