We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5fa20 commit 93d4f1aCopy full SHA for 93d4f1a
.github/workflows/push.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- python-version: [ '3.10', '3.11', '3.12' ]
+ pyVersion: [ '3.10', '3.11', '3.12' ]
27
# Ubuntu latest no longer installs Python 3.9 by default so install it
28
runs-on: ubuntu-22.04
29
steps:
@@ -53,7 +53,7 @@ jobs:
53
with:
54
cache: 'pip'
55
cache-dependency-path: '**/pyproject.toml'
56
- python-version: ${{ matrix.python-version }}
+ pyVersion: ${{ matrix.pyVersion }}
57
58
- name: Install Hatch
59
run: pip install hatch
0 commit comments