Skip to content

Commit fdd8cd5

Browse files
author
Vladyslav Tymofeiev
committed
Add trusted host workaround for tests workflow
1 parent 6c42fe5 commit fdd8cd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/playbook-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/setup-python@v3
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
env:
31+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
3032
- name: Install Dependencies
3133
run: |
3234
pip install demjson

.github/workflows/syntax-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/setup-python@v3
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
env:
31+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
3032
- name: Install Dependencies
3133
run: |
3234
pip install demjson

0 commit comments

Comments
 (0)