Skip to content

Commit

Permalink
try workaround for action runner issue on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann committed Jan 25, 2024
1 parent 7036321 commit ddcb594
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
strategy:
matrix:
include:
- python_binding_version: 3.8
- python_binding_version: 3.10
- python3.8
PYTHON_BINDING_VERSION: "3.8"
- python3.10
PYTHON_BINDING_VERSION: "3.10"
env:
WHEEL_PLATFORM: manylinux_2_28_x86_64
PYTHON_BINDING_VERSION: ${{ matrix.python_binding_version }}
PYTHON_BINDING_VERSION: ${{ matrix.PYTHON_BINDING_VERSION }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
Expand Down

0 comments on commit ddcb594

Please sign in to comment.