Skip to content

Commit

Permalink
fix(workflows): Remove python2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala authored and fruch committed Jan 27, 2025
1 parent 19f1077 commit cbef0a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ jobs:
java-version: '11'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install python2
run: |
pip install -U pip setuptools
pip install .
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
Expand Down

0 comments on commit cbef0a6

Please sign in to comment.