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 edcbda3 commit 96b05afCopy full SHA for 96b05af
.github/workflows/cd.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@master
17
- name: Set up Python 3.9
18
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2.2.2
19
with:
20
python-version: '3.10'
21
- name: Install pypa/build
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Python
- uses: actions/setup-python@v2
22
python-version: ${{ matrix.python_ver }}
23
- name: Install dependencies
0 commit comments