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 09bfbf2 commit 35bfce2Copy full SHA for 35bfce2
.github/workflows/pythonpackage.yml
@@ -62,6 +62,9 @@ jobs:
62
activate-environment: deptest-${{ matrix.python-version }}
63
python-version: ${{ matrix.python-version }}
64
channels: conda-forge
65
+ - name: Install setuptools
66
+ run: |
67
+ conda install -c conda-forge setuptools
68
- name: Show conda details
69
run: |
70
conda info
@@ -71,7 +74,7 @@ jobs:
71
74
- name: Install Python dependencies
72
75
73
76
python setup.py install
- pip install pytest scipy pillow matplotlib
77
+ pip install pytest scipy pillow matplotlib setuptools
78
- name: Run tests
79
80
pytest
0 commit comments