Skip to content

Commit b204ad7

Browse files
authored
CI: Remove install dependencies (#1428)
Some CI jobs do not require installing poetry dependencies
1 parent 34abd51 commit b204ad7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- name: Install Poetry
2525
uses: snok/install-poetry@v1
26-
- name: Install dependencies
27-
run: poetry install --no-interaction --all-extras
2826
- name: build package
2927
run: poetry build
3028

@@ -185,7 +183,5 @@ jobs:
185183
- uses: actions/checkout@v4
186184
- name: Install Poetry
187185
uses: snok/install-poetry@v1
188-
- name: Install dependencies
189-
run: poetry install --no-interaction --all-extras
190186
- name: Publish to pypi
191187
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)