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 873bc2d commit c895bbaCopy full SHA for c895bba
.github/workflows/python-package.yml
@@ -143,14 +143,15 @@ jobs:
143
cache: pip
144
cache-dependency-path: |
145
requirements-dev.txt
146
- - name: Check Java installation
147
- run: source travis_java_install.sh
+# - name: Check Java installation
+# run: source travis_java_install.sh
148
- name: Pull Kafka releases
149
run: ./build_integration.sh
150
env:
151
+ # This is fast enough as long as you pull only one release at a time,
152
+ # no need to worry about caching
153
PLATFORM: ${{ matrix.platform }}
154
KAFKA_VERSION: ${{ matrix.kafka-version }}
- # TODO: Cache releases to expedite testing
155
- name: Install dependencies
156
run: |
157
sudo apt install -y libsnappy-dev libzstd-dev
0 commit comments