From ef1297150b1e87ead7fc68270db738f706327160 Mon Sep 17 00:00:00 2001 From: Ionite Date: Sun, 19 Nov 2023 17:27:15 -0500 Subject: [PATCH] Add update to python dep install in CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05d5e381..cc3fc6bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,7 @@ jobs: python-version: '3.11' - name: Install Python Dependencies - run: pip install stability-matrix-tools>=0.2.9 + run: pip install stability-matrix-tools>=0.2.10 --upgrade - name: Publish Auto-Update Release env: @@ -264,7 +264,7 @@ jobs: python-version: '3.11' - name: Install Python Dependencies - run: pip install stability-matrix-tools>=0.2.9 + run: pip install stability-matrix-tools>=0.2.10 --upgrade # Zip each build - name: Zip Artifacts