We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720c6f9 commit 2ef965cCopy full SHA for 2ef965c
.github/workflows/run-notebooks.yml
@@ -59,11 +59,11 @@ jobs:
59
python -m pip install -r requirements.txt
60
61
# Install Java (see: https://github.com/actions/setup-java)
62
- - name: Install Java 11
+ - name: Install Java 17
63
uses: actions/setup-java@v4
64
with:
65
distribution: 'temurin' # See 'Supported distributions' for available options
66
- java-version: '11'
+ java-version: '17'
67
68
# Runs a set of commands using the runners shell
69
- name: Run Jupyter Notebooks testing
0 commit comments