Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe authored and achilleas-k committed Feb 27, 2025
1 parent 09bfbf2 commit 35bfce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
activate-environment: deptest-${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
channels: conda-forge
- name: Install setuptools
run: |
conda install -c conda-forge setuptools
- name: Show conda details
run: |
conda info
Expand All @@ -71,7 +74,7 @@ jobs:
- name: Install Python dependencies
run: |
python setup.py install
pip install pytest scipy pillow matplotlib
pip install pytest scipy pillow matplotlib setuptools
- name: Run tests
run: |
pytest
Expand Down

0 comments on commit 35bfce2

Please sign in to comment.