We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6453a1a commit dce584bCopy full SHA for dce584b
.github/workflows/minimum.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install --upgrade pip
28
python -m pip install invoke packaging tomli
29
- name: Install minimum
30
- run: invoke install_minimum
+ run: invoke install-minimum
31
- name: Instal test dependencies
32
run: python -m pip install .[test]
33
- name: Test with minimum versions
0 commit comments