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 a5d29a5 commit cda92b0Copy full SHA for cda92b0
.github/workflows/main.yaml
@@ -44,7 +44,7 @@ jobs:
44
# install dependencies
45
#----------------------------------------------
46
- name: Install dependencies
47
- run: oetry install --no-interaction --all-extras --no-root
+ run: poetry install --no-interaction --all-extras --no-root
48
49
50
# run test suite
0 commit comments