Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Jul 25, 2024
1 parent 77f88b6 commit 4c87626
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# - name: Configure Docker
# uses: docker/setup-
Expand Down Expand Up @@ -108,17 +108,29 @@ jobs:
- platform: windows-latest
build_arch: x64
python_arch: x64
spec: '3.10'
spec: '3.8'
- platform: windows-latest
build_arch: x64
python_arch: x86
python_arch: x64
spec: '3.9'
- platform: windows-latest
build_arch: x64
python_arch: x64
spec: '3.10'
- platform: windows-latest
build_arch: x64
python_arch: x64
spec: '3.11'
- platform: windows-latest
build_arch: x64
python_arch: x64
spec: '3.12'
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install python ${{ matrix.spec }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
architecture: ${{ matrix.python_arch }}
python-version: ${{ matrix.spec }}
Expand Down

0 comments on commit 4c87626

Please sign in to comment.