Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
Add ARM64 runner and bump checkout/setup-python versions
  • Loading branch information
weiliw-amz committed Feb 1, 2025
1 parent 71adbed commit 80d0c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
platform: [ubuntu-20.04, ubuntu-22.04]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm]

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

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/pytest_aarch64.yml

This file was deleted.

0 comments on commit 80d0c69

Please sign in to comment.