Skip to content

Commit 93d4f1a

Browse files
committed
Fix actions
1 parent 1d5fa20 commit 93d4f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: [ '3.10', '3.11', '3.12' ]
26+
pyVersion: [ '3.10', '3.11', '3.12' ]
2727
# Ubuntu latest no longer installs Python 3.9 by default so install it
2828
runs-on: ubuntu-22.04
2929
steps:
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
cache: 'pip'
5555
cache-dependency-path: '**/pyproject.toml'
56-
python-version: ${{ matrix.python-version }}
56+
pyVersion: ${{ matrix.pyVersion }}
5757

5858
- name: Install Hatch
5959
run: pip install hatch

0 commit comments

Comments
 (0)