Skip to content

Commit 49e290e

Browse files
mgornyrdbisme
authored andcommitted
MNT: run tests on installed package
1 parent 927f255 commit 49e290e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- name: Install as develop
33+
- name: Install
3434
run: |
35-
pip install -e .
35+
pip install .
3636
3737
- name: Test with pytest
3838
run: |
3939
pip install pytest
40-
pytest
40+
pytest --pyargs bottleneck
4141
4242
check:
4343
needs: test

0 commit comments

Comments
 (0)