Skip to content

Commit 4cf10db

Browse files
chore: delete root pyproject.toml and update CI to install per-example
Co-Authored-By: traci@launchdarkly.com <traci@launchdarkly.com>
1 parent b30d479 commit 4cf10db

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
3232

3333
- name: Install dependencies
34-
run: poetry install --all-extras
34+
run: |
35+
for dir in examples/*/; do
36+
echo "Installing $dir"
37+
poetry -C "$dir" install
38+
done

pyproject.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)