Skip to content

Commit 1706fb4

Browse files
committed
ci: publish: pin python version
1 parent dd910e7 commit 1706fb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Setup python
1515
uses: actions/setup-python@v2
16+
with:
17+
python-version: "3.11"
1618

1719
- name: Install pipenv
1820
run: make get-pipenv

0 commit comments

Comments
 (0)