We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd8a5e commit cb91e0eCopy full SHA for cb91e0e
.github/workflows/ci.yml
@@ -20,4 +20,5 @@ jobs:
20
with:
21
python-version: ${{ matrix.python-version }}
22
- run: pip install -r requirements-travis.txt
23
+ - run: make install
24
- run: make check
0 commit comments