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 db26060
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@ jobs:
run: python3 -m pip install virtualenv
shell: bash

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

- name: Download Artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit db26060

Please sign in to comment.