Skip to content

Commit 4fbc8f1

Browse files
committed
uses python 3.9 for integration tests
1 parent cc21ea1 commit 4fbc8f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Install Python dependencies
3434
run: |
3535
pip install ".[test]"
36-
pip install --upgrade cloudpickle
3736
- name: Build and install Jupyter Enterprise Gateway
3837
uses: nick-invision/retry@v3.0.0
3938
with:
@@ -59,6 +58,8 @@ jobs:
5958
export SPARK_VERSION=3.2.1
6059
# Run integration tests with debug output
6160
make itest-yarn-debug
61+
with:
62+
python-version: "3.9"
6263
- name: Collect logs
6364
if: success() || failure()
6465
run: |

0 commit comments

Comments
 (0)