Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed May 28, 2024
1 parent 3b8964e commit 9d93174
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:
Pipeline:
runs-on: ubuntu-22.04
container: python:3.9.19-bullseye
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +24,7 @@ jobs:

- uses: vemonet/setup-spark@v1
with:
spark-version: '3.4.1'
spark-version: '3.4.3'
hadoop-version: '3'

- name: Install dependencies
Expand Down

0 comments on commit 9d93174

Please sign in to comment.