Skip to content

Commit

Permalink
Try under Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jan 9, 2024
1 parent 74d6404 commit e164706
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions .github/workflows/qemu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,10 @@ on:
branches:
- main
jobs:
python:
hydrate:
runs-on: ubuntu-latest
container:
image: python:3.11
options: --platform linux/arm64
steps:
- uses: actions/checkout@v4

- uses: jirutka/setup-alpine@v1
with:
arch: aarch64

- name: Check uname
run: uname -a
shell: alpine.sh {0}

- uses: actions/setup-python@v5
with:
python-version: '3.11'
shell: alpine.sh {0}

- name: Pip Install
run: pip install -r requirements.txt
shell: alpine.sh {0}

- name: Pytest
run: pytest python
shell: alpine.sh {0}

- name: MyPy
run: mypy python
shell: alpine.sh {0}
- run: uname -a

0 comments on commit e164706

Please sign in to comment.