Skip to content

Commit 320824b

Browse files
committed
Do not use PySpark 4.0 for now
1 parent 5bbd03b commit 320824b

File tree

4 files changed

+47
-46
lines changed

4 files changed

+47
-46
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ updates:
2222
ignore:
2323
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
2424
- dependency-name: towncrier
25+
# https://github.com/MobileTeleSystems/onetl/pull/297
26+
- dependency-name: pyspark
27+
versions: [4.x]
2528
# https://til.simonwillison.net/github/dependabot-python-setup
2629
groups:
2730
python-packages:

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
name: Tests done
8080
runs-on: ubuntu-latest
8181

82-
if: always()
8382
needs:
8483
- unit_tests
8584
- scheduler_tests

0 commit comments

Comments
 (0)