Skip to content

Commit 06b425e

Browse files
committed
github-actions: update test jobs
1 parent a02341f commit 06b425e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python }}
2929

30+
- name: Install dependencies
31+
run: |
32+
pip install setuptools
33+
pip install matplotlib
34+
pip install pytest
35+
3036
- name: Install lib
3137
run: |
32-
pip install --upgrade pip
33-
pip install -e .
38+
python setup.py develop
3439
3540
- name: pytest
3641
run: |
37-
pip install matplotlib
38-
pip install pytest
3942
pytest GPy/testing

0 commit comments

Comments
 (0)