Skip to content

Commit

Permalink
use python 3.11 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Oct 30, 2024
1 parent 7528f48 commit 83f3b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Set up ARM runner
uses: pguyot/arm-runner-action@v2
python-version: "3.11"
- 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
run: |
pytest
pytest

0 comments on commit 83f3b70

Please sign in to comment.