From 799eae3f0a72c339ad5d5e41507fe51edd72543a Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 13 Sep 2020 20:08:45 +0200 Subject: [PATCH] cibuild: specify region. for some reason this fail to detect via magic --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 474d2b1..adc1058 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,11 +38,9 @@ jobs: # See https://pre-commit.com/#github-actions-example run: echo "::set-env name=PY::$(python -VV | sha256sum | cut -d' ' -f1)" - name: install deps - # awscli beacuse the one on the windows OS is broken 2.0.43. linux .44 works. 2020-09-09 run: | pip install -r requirements.txt pip install -r requirements-dev.txt - pip install --user awscli - name: cache pre-commit uses: actions/cache@v2 with: