Skip to content

Commit

Permalink
✨ Linux ARM testing and builds #2253
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 16, 2025
1 parent 91cb2c8 commit 5fd3ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/regression_suite_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} x64
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os == 'ubuntu-24.04-arm'
uses: buildjet/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
cache: pip

- name: Install Rust
Expand Down

0 comments on commit 5fd3ca2

Please sign in to comment.