Skip to content

Commit 6f8b53b

Browse files
committed
Add --no-root to CI's poetry install
1 parent 057363b commit 6f8b53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_custom_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
2626

2727
- name: Install dependencies
28-
run: poetry install
28+
run: poetry install --no-root
2929

3030
- name: Run the 'src/mistralai/extra' package unit tests
3131
run: python3.12 -m unittest discover -s src/mistralai/extra/tests -t src

0 commit comments

Comments
 (0)