Skip to content

Commit

Permalink
Adding python version to GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Dec 21, 2022
1 parent 3745216 commit 2f874dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.10'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand All @@ -38,6 +40,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.10'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip setuptools
Expand All @@ -55,6 +59,8 @@ jobs:
steps:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.10'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2f874dc

Please sign in to comment.