Skip to content

Commit 5e6be2f

Browse files
ci python version
1 parent c4b91f0 commit 5e6be2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_energyml_utils_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install poetry
3131
uses: ./.github/actions/prepare-poetry
3232
with:
33-
python-version: 3.10
33+
python-version: '3.10'
3434

3535
- name: Build
3636
run: |
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install poetry
7575
uses: ./.github/actions/prepare-poetry
7676
with:
77-
python-version: 3.10
77+
python-version: '3.10'
7878

7979
- name: Upload to PyPI TEST
8080
run: |

.github/workflows/ci_energyml_utils_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install poetry
2929
uses: ./.github/actions/prepare-poetry
3030
with:
31-
python-version: 3.10
31+
python-version: '3.10'
3232

3333
- name: Build
3434
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install poetry
7373
uses: ./.github/actions/prepare-poetry
7474
with:
75-
python-version: 3.10
75+
python-version: '3.10'
7676

7777
- name: Upload to PyPI
7878
run: |

0 commit comments

Comments
 (0)