Skip to content

Commit

Permalink
disable travis_java_install
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 2, 2023
1 parent 873bc2d commit c895bba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,15 @@ jobs:
cache: pip
cache-dependency-path: |
requirements-dev.txt
- name: Check Java installation
run: source travis_java_install.sh
# - name: Check Java installation
# run: source travis_java_install.sh
- name: Pull Kafka releases
run: ./build_integration.sh
env:
# This is fast enough as long as you pull only one release at a time,
# no need to worry about caching
PLATFORM: ${{ matrix.platform }}
KAFKA_VERSION: ${{ matrix.kafka-version }}
# TODO: Cache releases to expedite testing
- name: Install dependencies
run: |
sudo apt install -y libsnappy-dev libzstd-dev
Expand Down

0 comments on commit c895bba

Please sign in to comment.