We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42fe5 commit fdd8cd5Copy full SHA for fdd8cd5
.github/workflows/playbook-test.yml
@@ -27,6 +27,8 @@ jobs:
27
uses: actions/setup-python@v3
28
with:
29
python-version: ${{ matrix.python-version }}
30
+ env:
31
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
32
- name: Install Dependencies
33
run: |
34
pip install demjson
.github/workflows/syntax-test.yml
0 commit comments