Skip to content

Commit

Permalink
chore(workflows): update pip install command to include examples in d…
Browse files Browse the repository at this point in the history
…ev dependencies
  • Loading branch information
mozharovsky committed Jan 9, 2025
1 parent 29534cc commit 4ecdc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build twine uv
pip install ".[dev]"
pip install ".[dev,examples]"
# Step 4: Run Linting with Ruff
- name: Run Linting with Ruff
Expand Down

0 comments on commit 4ecdc33

Please sign in to comment.