Skip to content

Commit

Permalink
fix: changed pyspark verison
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Dec 6, 2023
1 parent 7b07e7c commit 8f733a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
pip install mypy==1.7.1 pylint==3.0.2 pyspark==3.1.1
pip install mypy==1.7.1 pylint==3.0.2 pyspark==3.5.0
- name: Type check
run: mypy ./ --ignore-missing-imports
Expand Down

0 comments on commit 8f733a9

Please sign in to comment.