Skip to content

Commit

Permalink
Work around SSL error in 3.5 test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 27, 2024
1 parent e35bc84 commit e3ade90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
- if: ${{ matrix.python-version == '3.5' || matrix.python-version == '3.6' }}
run: |
cp poetry.legacy.lock poetry.lock
echo "PIP_ARGS=--trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org" >> $GITHUB_ENV
- run: |
pip install poetry
pip install ${PIP_ARGS} poetry
poetry install
poetry run pytest --verbose --cov --cov-report term-missing

0 comments on commit e3ade90

Please sign in to comment.