Skip to content

Commit a7cf335

Browse files
committed
Install setuptools with pip
1 parent b41928e commit a7cf335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# For example, if you need build-essential and cmake:
2626
sudo apt-get update
2727
sudo apt-get install -y cmake build-essential libhdf5-dev libgsl-dev libfftw3-dev swig libnfft3-dev libtiff-dev libpng-dev
28-
pip install pytest
28+
pip install pytest setuptools
2929
3030
- name: Configure CMake
3131
run: |

0 commit comments

Comments
 (0)