We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907aae8 commit 3ef208cCopy full SHA for 3ef208c
.github/workflows/pythonpackage.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 9999
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
26
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies and prepare tests
0 commit comments