We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8c6e5 commit ce44a46Copy full SHA for ce44a46
1 file changed
.github/workflows/compile-and-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v3
21
with:
22
- python-version: '3.11'
+ python-version: '3.9.13'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments