Skip to content

Commit 21b6f45

Browse files
committed
Disable graphDeps to fix build
1 parent a501ffc commit 21b6f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- v1-dependencies-
3636

3737
# Build (not dokka, it takes 10 minutes and generates reams of useless warnings)
38-
- run: gradle dependencies check graphDeps
38+
- run: gradle dependencies check #graphDeps (needs python3 update)
3939

4040
# Upload coverage report
4141
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)