We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057363b commit 6f8b53bCopy full SHA for 6f8b53b
.github/workflows/test_custom_code.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
26
27
- name: Install dependencies
28
- run: poetry install
+ run: poetry install --no-root
29
30
- name: Run the 'src/mistralai/extra' package unit tests
31
run: python3.12 -m unittest discover -s src/mistralai/extra/tests -t src
0 commit comments