We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927f255 commit 49e290eCopy full SHA for 49e290e
.github/workflows/ci.yml
@@ -30,14 +30,14 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
33
- - name: Install as develop
+ - name: Install
34
run: |
35
- pip install -e .
+ pip install .
36
37
- name: Test with pytest
38
39
pip install pytest
40
- pytest
+ pytest --pyargs bottleneck
41
42
check:
43
needs: test
0 commit comments