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 a67696b commit 0baece0Copy full SHA for 0baece0
.github/workflows/python.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python ${{ matrix.python }}
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v2
20
with:
21
python-version: ${{ matrix.python }}
22
- run: |
0 commit comments