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 c895bba commit f186ae1Copy full SHA for f186ae1
.github/workflows/python-package.yml
@@ -135,16 +135,14 @@ jobs:
135
uses: actions/setup-java@v3
136
with:
137
distribution: temurin
138
- java-version: 11
+ java-version: 8
139
- name: Set up Python
140
uses: actions/setup-python@v4
141
142
python-version: ${{ env.PYTHON_LATEST }}
143
cache: pip
144
cache-dependency-path: |
145
requirements-dev.txt
146
-# - name: Check Java installation
147
-# run: source travis_java_install.sh
148
- name: Pull Kafka releases
149
run: ./build_integration.sh
150
env:
0 commit comments