Skip to content

Commit

Permalink
Update qa_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Nov 6, 2023
1 parent c104803 commit 2e94a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04 # TODO: -latest was 20.04 and had old packages
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10"]
python-version: ["3.11", "3.10"] # TODO: reactivate "3.12", failing ATM (2023-11-06)
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e94a24

Please sign in to comment.