Skip to content

Commit dce584b

Browse files
committed
fix syntax
1 parent 6453a1a commit dce584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimum.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
python -m pip install invoke packaging tomli
2929
- name: Install minimum
30-
run: invoke install_minimum
30+
run: invoke install-minimum
3131
- name: Instal test dependencies
3232
run: python -m pip install .[test]
3333
- name: Test with minimum versions

0 commit comments

Comments
 (0)