Skip to content

Commit cda92b0

Browse files
committed
fix typo oetry -> poetry in .github/workflows/main.yaml
1 parent a5d29a5 commit cda92b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# install dependencies
4545
#----------------------------------------------
4646
- name: Install dependencies
47-
run: oetry install --no-interaction --all-extras --no-root
47+
run: poetry install --no-interaction --all-extras --no-root
4848

4949
#----------------------------------------------
5050
# run test suite

0 commit comments

Comments
 (0)