Skip to content

Commit 2bd6fda

Browse files
authored
ci(dspy): Fix tests failing - remove --no-root flag (#541)
* Add Ruff linting workflow * Update GitHub Actions workflows * Make ruff apply but not fail * Style fixes by Ruff * Combine Workflows * Add caching * Add import related rules * Automatic Style fixes * Try and fix caching * Fix import * Use natve python dep caching * Update actions/checkout to v4 * Use autofix in tests * Try to cache "install poetry" * Empty-Commit to test caching * Remove workflow deps * Rename action * Update workflow name * Fix Docker stop command and subprocess run check * Fix functional imports * Remove --no-root flag --------- Co-authored-by: isaacbmiller <isaacbmiller@users.noreply.github.com>
1 parent a637bf4 commit 2bd6fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
cache: "poetry"
5252
- name: Install dependencies
53-
run: poetry install --no-interaction --no-root
53+
run: poetry install --no-interaction
5454
- name: Run lint with tests
5555
uses: chartboost/ruff-action@v1
5656
with:

0 commit comments

Comments
 (0)