Skip to content

Commit

Permalink
Install Python 3.10 before installing virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 27, 2024
1 parent 5da400d commit 616215d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -320,6 +320,12 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Setup Python
if: matrix.python == 'venv'
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install virtualenv
if: matrix.python == 'venv'
run: python3 -m pip install virtualenv
Expand Down

0 comments on commit 616215d

Please sign in to comment.