Skip to content

Commit c895bba

Browse files
committed
disable travis_java_install
1 parent 873bc2d commit c895bba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,15 @@ jobs:
143143
cache: pip
144144
cache-dependency-path: |
145145
requirements-dev.txt
146-
- name: Check Java installation
147-
run: source travis_java_install.sh
146+
# - name: Check Java installation
147+
# run: source travis_java_install.sh
148148
- name: Pull Kafka releases
149149
run: ./build_integration.sh
150150
env:
151+
# This is fast enough as long as you pull only one release at a time,
152+
# no need to worry about caching
151153
PLATFORM: ${{ matrix.platform }}
152154
KAFKA_VERSION: ${{ matrix.kafka-version }}
153-
# TODO: Cache releases to expedite testing
154155
- name: Install dependencies
155156
run: |
156157
sudo apt install -y libsnappy-dev libzstd-dev

0 commit comments

Comments
 (0)