We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb6e49 commit 79157e0Copy full SHA for 79157e0
.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