Skip to content

Commit f555981

Browse files
committed
fixed harmless typo in workflow
1 parent f480b33 commit f555981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/QA.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Set up Python ${{ matrix.python }}
14+
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
1717
# to update to 3.13 once it lands in GH image

0 commit comments

Comments
 (0)