We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d00630 commit bd79640Copy full SHA for bd79640
.github/workflows/build_and_test.yml
@@ -48,7 +48,7 @@ on:
48
in this file, e.g., build. See precondition job below.
49
required: false
50
type: string
51
- default: '{"pyspark": "true"}'
+ default: '{"pyspark": "true", "pyspark-pandas": "true"}'
52
secrets:
53
codecov_token:
54
description: The upload token of codecov.
0 commit comments