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 a02341f commit 06b425eCopy full SHA for 06b425e
.github/workflows/test.yml
@@ -27,13 +27,16 @@ jobs:
27
with:
28
python-version: ${{ matrix.python }}
29
30
+ - name: Install dependencies
31
+ run: |
32
+ pip install setuptools
33
+ pip install matplotlib
34
+ pip install pytest
35
+
36
- name: Install lib
37
run: |
- pip install --upgrade pip
- pip install -e .
38
+ python setup.py develop
39
40
- name: pytest
41
- pip install matplotlib
- pip install pytest
42
pytest GPy/testing
0 commit comments