Skip to content

Commit 348c7bf

Browse files
committed
Enable python3.5
1 parent 6ac1313 commit 348c7bf

File tree

5 files changed

+4359
-3815
lines changed

5 files changed

+4359
-3815
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
architecture: x64
44+
env:
45+
if: ${{ matrix.python-version == 3.5 }}
46+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
4447
# - name: Login to Docker Hub
4548
# uses: docker/login-action@v1
4649
# with:

0 commit comments

Comments
 (0)