Skip to content

Commit

Permalink
actually use Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2023
1 parent 5754da1 commit 97e77e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,8 +19,10 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Setup Python
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Check out
uses: actions/checkout@v2
- name: Install prerequisites
Expand Down

0 comments on commit 97e77e6

Please sign in to comment.