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 88eee87 commit c97bb24Copy full SHA for c97bb24
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Set up Python ${{ matrix.python-version }}
55
uses: actions/setup-python@v5
56
with:
57
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
58
59
- name: Install Make and Git
60
run: |
0 commit comments