From e69417b029197b60bcbfa0482e075247761ef444 Mon Sep 17 00:00:00 2001 From: Bisola Olasehinde Date: Tue, 16 May 2023 16:19:18 +0100 Subject: [PATCH] Update github workflows (#90) --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 76282ea..faee561 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -60,7 +60,7 @@ jobs: run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH - name: Install Poetry - run: python install-poetry.py -y + run: python install-poetry.py -y ${{ matrix.args }} - name: Upload Failure Log uses: actions/upload-artifact@v2