mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-12-04 17:13:44 +01:00
cibuild: specify region.
for some reason this fail to detect via magic
This commit is contained in:
parent
2920bb9965
commit
799eae3f0a
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -38,11 +38,9 @@ jobs:
|
|||||||
# See https://pre-commit.com/#github-actions-example
|
# See https://pre-commit.com/#github-actions-example
|
||||||
run: echo "::set-env name=PY::$(python -VV | sha256sum | cut -d' ' -f1)"
|
run: echo "::set-env name=PY::$(python -VV | sha256sum | cut -d' ' -f1)"
|
||||||
- name: install deps
|
- name: install deps
|
||||||
# awscli beacuse the one on the windows OS is broken 2.0.43. linux .44 works. 2020-09-09
|
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
pip install --user awscli
|
|
||||||
- name: cache pre-commit
|
- name: cache pre-commit
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user