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 9efe46e commit 43e4253Copy full SHA for 43e4253
.circleci/config.yml
@@ -41,8 +41,6 @@ jobs:
41
- checkout
42
- run: git submodule sync
43
- run: git submodule update --init
44
- - run: git fetch origin main # needed for comparisson in pre-commit
45
- - run: git branch -f --track main origin/main # needed for comparisson in pre-commit
46
- run: pip install --user 'tox<5'
47
- run: tox -e pre-commit
48
- run: tox -e migrations
0 commit comments