From 95e5c4030b3a3a3e503f53502535e9815b4169c7 Mon Sep 17 00:00:00 2001 From: Jacob Cole <77634686+Jacobb164@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:28:18 +0100 Subject: [PATCH] Update govcookiecutter-build.yml Update workflow --- .github/workflows/govcookiecutter-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/govcookiecutter-build.yml b/.github/workflows/govcookiecutter-build.yml index 463f866..12106d7 100644 --- a/.github/workflows/govcookiecutter-build.yml +++ b/.github/workflows/govcookiecutter-build.yml @@ -20,12 +20,8 @@ jobs: python-version: ${{ matrix.python }} - name: Install dependencies run: | - if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then + if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" || "$RUNNER_OS" == "Windows" ]]; then make requirements - elif [ "$RUNNER_OS" == "Windows" ]; then - pip install -U pip setuptools - pip install -r requirements.txt - pre-commit install else echo "$RUNNER_OS not supported" exit 1