Skip to content

Commit 1566a3a

Browse files
committed
SEDONA-725 rearrange the spark module
1 parent aaecb7d commit 1566a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ concurrency:
2929
jobs:
3030
pre-commit:
3131
name: Run pre-commit # https://pre-commit.com/
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-latest
3333
steps:
3434
- name: 'Checkout ${{ github.ref }} ( ${{ github.sha }} )'
3535
uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5 # https://www.python.org/
3737
with:
38-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
38+
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3939
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4040
- name: Install dependencies # https://pip.pypa.io/en/stable/
4141
run: |

0 commit comments

Comments
 (0)