Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Apr 22, 2024
1 parent 3a9ab1f commit 11b37aa
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,39 +189,6 @@ jobs:
- os: ubuntu-latest
cibw_archs: "x86_64"
cibw_build: "cp310-*"
- os: ubuntu-latest
cibw_archs: "x86_64"
cibw_build: "cp311-*"
- os: ubuntu-latest
cibw_archs: "x86_64"
cibw_build: "cp312-*"
- os: windows-latest
cibw_archs: "auto64"
cibw_build: "cp310-*"
- os: windows-latest
cibw_archs: "auto64"
cibw_build: "cp311-*"
- os: windows-latest
cibw_archs: "auto64"
cibw_build: "cp312-*"
- os: macos-12
cibw_archs: "x86_64"
cibw_build: "cp310-*"
- os: macos-12
cibw_archs: "x86_64"
cibw_build: "cp311-*"
- os: macos-12
cibw_archs: "x86_64"
cibw_build: "cp312-*"
- os: macos-12
cibw_archs: "arm64"
cibw_build: "cp310-*"
- os: macos-12
cibw_archs: "arm64"
cibw_build: "cp311-*"
- os: macos-12
cibw_archs: "arm64"
cibw_build: "cp312-*"

steps:
- uses: actions/checkout@v4
Expand All @@ -244,7 +211,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -266,7 +233,7 @@ jobs:
- name: Check installation
run: |
ldd /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/x64/lib/jupedsim/*.so
ls -la /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.10/site-packages/
python -c "import jupedsim; print(jupedsim.__version__)"
test-sdist:
Expand Down

0 comments on commit 11b37aa

Please sign in to comment.