We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40899da commit 61c6c47Copy full SHA for 61c6c47
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.10'
+ python-version: '3.9'
21
- name: Install the dependencies
22
run: |
23
python -m pip install -r requirements.txt
0 commit comments