Skip to content

Commit

Permalink
Revert "print ga debug info"
Browse files Browse the repository at this point in the history
This reverts commit 331602a.
  • Loading branch information
cfmcgrady committed Nov 10, 2022
1 parent 16fde4e commit f8171b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Print python version
run: python -c 'import sys; print(sys.version_info[:])'
- name: Print python3 version
run: python3 -c 'import sys; print(sys.version_info[:])'
- name: Build and test Kyuubi and Spark with maven w/o linters
run: |
TEST_MODULES="dev/kyuubi-codecov"
Expand Down

0 comments on commit f8171b0

Please sign in to comment.