From bdf6fcf4b0686f71b8a6f767265550748af1b47b Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Tue, 30 Jan 2024 09:52:41 +0200 Subject: [PATCH] remove fixed version from GH workflow --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a68b26fe..012b4f9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,6 @@ jobs: pytest . - name: Run CLI tests run: | - python3 -m multiversx_sdk_cli.cli config set dependencies.vmtools.tag v1.4.60 cd ./multiversx_sdk_cli/tests source ./test_cli_contracts.sh && testAll || return 1 source ./test_cli_dns.sh && testOffline || return 1