Skip to content

Commit

Permalink
Update govcookiecutter-build.yml
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
Jacobb164 authored Oct 17, 2022
1 parent e50edc9 commit 95e5c40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/govcookiecutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e5c40

Please sign in to comment.