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 e9dd2e9 commit 7036321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python_binding_version: [ 3.8, 3.10 ]
include:
- python_binding_version: 3.8
- python_binding_version: 3.10
env:
WHEEL_PLATFORM: manylinux_2_28_x86_64
PYTHON_BINDING_VERSION: ${{ matrix.python_binding_version }}
Expand Down

0 comments on commit 7036321

Please sign in to comment.