From fba78d7f61d5682e59fa7fdec35521970b968530 Mon Sep 17 00:00:00 2001 From: Daniel King <43149077+dakinggg@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:23:41 -0700 Subject: [PATCH] Pin mcli version until API change is resolved (#2111) --- .github/workflows/pytest-gpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-gpu.yaml b/.github/workflows/pytest-gpu.yaml index 919212fee7..26f5fbae7b 100644 --- a/.github/workflows/pytest-gpu.yaml +++ b/.github/workflows/pytest-gpu.yaml @@ -54,7 +54,7 @@ jobs: - name: Setup MCLI run: | set -ex - python -m pip install --upgrade mosaicml-cli + python -m pip install mosaicml-cli==0.3.0 mcli init --mcloud mcli version - name: Submit Run