Skip to content

Commit

Permalink
fix: add debugger 3/?
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Oct 22, 2024
1 parent bf73777 commit a4bcae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
hadoop: '2.7'
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/[email protected]
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand All @@ -109,6 +107,8 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Setup tmate session
uses: mxschmitt/[email protected]
- env:
SPARK_VERSION: ${{ matrix.spark }}
SCALA_VERSION: ${{ matrix.scala }}
Expand Down

0 comments on commit a4bcae3

Please sign in to comment.