Skip to content

Commit

Permalink
fixed matrix not parameterizing python version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
iboates committed May 25, 2024
1 parent 587b31d commit a624985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.10
- name: Set up Python
uses: actions/[email protected]
with:
cache: 'pip'
python-version: '3.10'
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit a624985

Please sign in to comment.