Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Dec 30, 2023
1 parent 3a4c64a commit c6ebc27
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.10.11, 3.12.1]
os: [self-hosted]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- if: ${{ matrix.arch == 'arm64' }}
uses: deadsnakes/[email protected]
with:
python-version: "3.11"
- if: ${{ matrix.arch == 'amd64' }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
cache: 'pip'
- name: Install Pytest
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit c6ebc27

Please sign in to comment.