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 0af6c74 commit 5c22431Copy full SHA for 5c22431
.github/workflows/linux-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check out source repository
18
uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }} environment
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Python environment report
0 commit comments