Skip to content

Commit a655e8c

Browse files
ci
1 parent a76ace0 commit a655e8c

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci_energyml_utils_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
with:
3333
python-version: "3.10"
3434

35-
- name: Install dependencies
35+
- name: Install dependencies (all extras)
3636
run: |
37-
poetry install
37+
poetry install --all-extras
3838
3939
- name: Run pytest
4040
run: |

.github/workflows/ci_energyml_utils_release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## SPDX-License-Identifier: Apache-2.0
44
##
55
---
6-
76
name: Publish release
87

98
defaults:
@@ -19,7 +18,6 @@ jobs:
1918
name: Build distribution
2019
runs-on: ubuntu-latest
2120
steps:
22-
2321
- name: Checkout code
2422
uses: actions/checkout@v4
2523
with:
@@ -28,7 +26,7 @@ jobs:
2826
- name: Install poetry
2927
uses: ./.github/actions/prepare-poetry
3028
with:
31-
python-version: '3.10'
29+
python-version: "3.10"
3230

3331
- name: Build
3432
run: |
@@ -56,7 +54,6 @@ jobs:
5654
needs: [build]
5755
runs-on: ubuntu-latest
5856
steps:
59-
6057
# Retrieve the code and GIT history so that poetry-dynamic-versioning knows which version to upload
6158
- name: Checkout code
6259
uses: actions/checkout@v4
@@ -72,7 +69,7 @@ jobs:
7269
- name: Install poetry
7370
uses: ./.github/actions/prepare-poetry
7471
with:
75-
python-version: '3.10'
72+
python-version: "3.10"
7673

7774
- name: Upload to PyPI
7875
run: |

0 commit comments

Comments
 (0)