Skip to content

Commit 35bfce2

Browse files
jgreweachilleas-k
authored andcommitted
Update pythonpackage.yml
1 parent 09bfbf2 commit 35bfce2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
activate-environment: deptest-${{ matrix.python-version }}
6363
python-version: ${{ matrix.python-version }}
6464
channels: conda-forge
65+
- name: Install setuptools
66+
run: |
67+
conda install -c conda-forge setuptools
6568
- name: Show conda details
6669
run: |
6770
conda info
@@ -71,7 +74,7 @@ jobs:
7174
- name: Install Python dependencies
7275
run: |
7376
python setup.py install
74-
pip install pytest scipy pillow matplotlib
77+
pip install pytest scipy pillow matplotlib setuptools
7578
- name: Run tests
7679
run: |
7780
pytest

0 commit comments

Comments
 (0)