Skip to content

Commit

Permalink
also install setuptools: ModuleNotFoundError: No module named 'distut…
Browse files Browse the repository at this point in the history
…ils'
  • Loading branch information
martinvonk committed Jan 17, 2025
1 parent c9e1584 commit f9cad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: ${{ matrix.python-version >= '3.12'}}
run: |
pip install --upgrade pip
pip install ${{ matrix.pastas-version }}
pip install ${{ matrix.pastas-version }} setuptools
pip install -e .[test_noarctic]
- name: Run pytest
Expand Down

0 comments on commit f9cad61

Please sign in to comment.