Skip to content

Commit

Permalink
ci python version
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Dec 12, 2024
1 parent c4b91f0 commit 5e6be2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_energyml_utils_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Build
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Upload to PyPI TEST
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_energyml_utils_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Build
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install poetry
uses: ./.github/actions/prepare-poetry
with:
python-version: 3.10
python-version: '3.10'

- name: Upload to PyPI
run: |
Expand Down

0 comments on commit 5e6be2f

Please sign in to comment.