From 17081e99eb78b51943730a0fea27c26888c983e2 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Thu, 2 Nov 2023 13:07:37 +0200 Subject: [PATCH] chore: skip check --- .github/workflows/common_checks.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index a4ab127c5..47106bcfc 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -58,8 +58,9 @@ jobs: run: tomte check-copyright --author valory --exclude-part abci --exclude-part http_client --exclude-part ipfs --exclude-part ledger --exclude-part p2p_libp2p_client --exclude-part gnosis_safe --exclude-part gnosis_safe_proxy_factory --exclude-part multisend --exclude-part service_registry --exclude-part protocols --exclude-part abstract_abci --exclude-part abstract_round_abci --exclude-part registration_abci --exclude-part reset_pause_abci --exclude-part termination_abci --exclude-part transaction_settlement_abci --exclude-part websocket_client --exclude-part contract_subscription - name: License compatibility check run: tox -e liccheck - - name: Check dependencies - run: tox -e check-dependencies +# TODO reintroduce when bumping 0.13.1 to a newer version with a fix for the check +# - name: Check dependencies +# run: tox -e check-dependencies - name: Check doc links run: tomte check-doc-links --url-skips https://github.com/valory-xyz/trader.git - name: Check doc IPFS hashes