Skip to content

Commit

Permalink
Fix python 3.5 setup in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid authored and jgm committed Jun 24, 2024
1 parent f27f2b7 commit 97bbee5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
# - 2.11.4
# - 2.12
- latest
# The empty env for all python but 3.5
pip-trusted-host: [""]
include:
- os: ubuntu-20.04
python-version: 3.5
pandoc-version: latest
pip-trusted-host: "pypi.python.org pypi.org files.pythonhosted.org"
- os: ubuntu-20.04
python-version: 3.6
pandoc-version: latest
Expand All @@ -59,6 +62,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}
- name: Install examples' dependencies
run: sudo apt update && sudo apt install abcm2ps graphviz graphviz-dev texlive-full
- name: Install dependencies—pip
Expand Down

0 comments on commit 97bbee5

Please sign in to comment.