From 625cb95c966e0fcc942e6d2c3bb6935b9fee4648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Therese=20Natter=C3=B8y?= <61694854+tnatt@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:28:33 +0200 Subject: [PATCH] BLD: Pin fmu-sumo-uploader == 1.0.7 (#709) --- .github/workflows/ci-fmudataio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-fmudataio.yml b/.github/workflows/ci-fmudataio.yml index 4ffab2f31..8b81009b6 100644 --- a/.github/workflows/ci-fmudataio.yml +++ b/.github/workflows/ci-fmudataio.yml @@ -32,7 +32,7 @@ jobs: if: matrix.python-version != '3.12' run: pip install \ - "fmu-sumo-uploader @ git+https://github.com/equinor/fmu-sumo-uploader.git" + "fmu-sumo-uploader @ git+https://github.com/equinor/fmu-sumo-uploader.git@1.0.7" - name: Full test run: pytest -v