We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc27fdc commit 9d54a7eCopy full SHA for 9d54a7e
1 file changed
.github/workflows/ci.yml
@@ -16,10 +16,11 @@ jobs:
16
python-version: ["3.9", "3.10", "3.11", "3.12"]
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Set up Python $
+
20
+ - name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v5
22
with:
- python-version: $
23
+ python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
0 commit comments