Skip to content

Commit

Permalink
ci(test): Use matrix python.
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 26, 2024
1 parent 3b0d965 commit 5c0409c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,7 @@ jobs:
- name: "Set up Python"
uses: "actions/setup-python@v5"
with:
python-version: |
3.10
3.11
3.12
python-version: ${{ matrix.python-version }}

- name: "Install top-level dependencies"
run: |
Expand Down

0 comments on commit 5c0409c

Please sign in to comment.