Skip to content

Commit 862790e

Browse files
committed
Fix packaging python version
1 parent 9741da6 commit 862790e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@master
14-
- name: Set up Python 3.10
14+
- name: Set up Python 3.10.12
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.10
17+
python-version: 3.10.12
1818
- name: Install dependencies
1919
run: |
2020
python3 -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)