Skip to content

Commit

Permalink
packages: build binary pkgs with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored and efiop committed Nov 25, 2021
1 parent 2cbe25a commit 950b576
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.9
- name: Set up Ruby 2.4
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.9
- name: Set up Ruby 2.4
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -75,10 +75,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.9
- name: Set up Ruby 2.4
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -109,10 +109,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.9
- name: Install deps
run: |
pip install .[all]
Expand Down

0 comments on commit 950b576

Please sign in to comment.