Skip to content

Commit 1c9c2fe

Browse files
committed
Refactor GitHub Actions workflow to streamline setup and improve Python environment configuration
1 parent c37707e commit 1c9c2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
path: ./.venv
2727
key: venv-${{ hashFiles('poetry.lock') }}
2828
- name: Install the project dependencies
29-
run: poetry install --with dev,docs -E all
29+
run: poetry install --with dev -E all
3030
shell: bash
3131
- uses: actions/cache/save@v3
3232
name: Save caches based on poetry.lock

0 commit comments

Comments
 (0)