We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbd03b commit 320824bCopy full SHA for 320824b
.github/dependabot.yml
@@ -22,6 +22,9 @@ updates:
22
ignore:
23
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
24
- dependency-name: towncrier
25
+ # https://github.com/MobileTeleSystems/onetl/pull/297
26
+ - dependency-name: pyspark
27
+ versions: [4.x]
28
# https://til.simonwillison.net/github/dependabot-python-setup
29
groups:
30
python-packages:
.github/workflows/tests.yml
@@ -79,7 +79,6 @@ jobs:
79
name: Tests done
80
runs-on: ubuntu-latest
81
82
- if: always()
83
needs:
84
- unit_tests
85
- scheduler_tests
0 commit comments