Skip to content

Commit

Permalink
revert to orig config
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Oct 30, 2024
1 parent 3cf6c36 commit 5e119d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Set up ARM runner
uses: pguyot/arm-runner-action@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip build wheel
pip install .[dev]
- name: Test with pytest
uses: pguyot/arm-runner-action@v2
with:
commands: |
pytest
run: |
pytest

0 comments on commit 5e119d4

Please sign in to comment.