Skip to content

Commit

Permalink
ci: yaml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 22, 2024
1 parent dc31220 commit fded5cb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
python-versions:
- |
3.10
3.12
3.13-dev
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -73,7 +68,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}
python-version: |
3.10
3.12
3.13-dev
cache: pip
- name: Install apt build dependencies
run: |
Expand Down

0 comments on commit fded5cb

Please sign in to comment.