Skip to content

Commit e30ca7b

Browse files
⬆️ CI/CD: Updated
1 parent bb9d64b commit e30ca7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-library-rc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
git push origin --tags
3535
shell: bash
3636

37+
- name: ⚙️ Set up Python 3.11
38+
uses: actions/setup-python@v3
39+
with:
40+
python-version: "3.11"
41+
3742
- name: ⚙️ Install dependencies
3843
run: |
3944
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)