We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb2d47 commit fe21635Copy full SHA for fe21635
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v4
21
with:
22
- python-version: "3.x"
+ python-version: "3.10"
23
- name: Install dependencies
24
run: |
25
python -m pip install "pip<21.3"
0 commit comments