We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.11
1 parent 0963346 commit d1aa848Copy full SHA for d1aa848
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
20
- python-version: '3.x'
+ python-version: '3.11'
21
- name: Install dependencies
22
run: |
23
pip install -r requirements.txt
.github/workflows/regen.yml
@@ -14,9 +14,10 @@ jobs:
14
15
16
- python-version: "3.x"
+ pip install --upgrade pip
- name: Generate code
0 commit comments