Skip to content

Commit e5ed27d

Browse files
committed
Fixed missing python in pypi test
1 parent d4b03d7 commit e5ed27d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
with:
6565
token: ${{ secrets.PAT }}
6666

67+
- uses: actions/setup-python@v4
68+
with:
69+
python-version: '3.11'
70+
cache: 'pip' # caching pip dependencies
71+
6772
- name: Install requirements
6873
shell: bash
6974
run: |

0 commit comments

Comments
 (0)