Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
👷 Enhance CI workflow with manylinux container
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Jan 3, 2025
1 parent 33783ea commit f5ac942
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

runs-on: ${{ matrix.os }}

container: ${{ startsWith(matrix.os, 'ubuntu') && 'quay.io/pypa/manylinux_2_34_x86_64' }}

steps:
- name: Get latest release
id: latest-release
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:

runs-on: ${{ matrix.os }}

container: ${{ startsWith(matrix.os, 'ubuntu') && 'quay.io/pypa/manylinux_2_34_x86_64' }}

steps:
- uses: actions/checkout@main

Expand Down Expand Up @@ -196,7 +200,7 @@ jobs:
- name: Install dependencies
run: |
pdm install -G test --no-self
pdm add dist/*.whl --no-lock
pdm add -v dist/*.whl --frozen-lockfile
- name: Run tests
run: |
Expand Down

0 comments on commit f5ac942

Please sign in to comment.