Skip to content

Commit

Permalink
preinstalling setuptools in test build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed Aug 9, 2024
1 parent 085b1e6 commit 6a79088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install package
run: |
pip install --upgrade pip
pip install scipy statsmodels scikit-learn
pip install scipy statsmodels scikit-learn setuptools
pip install --index-url https://test.pypi.org/simple/ libbiosmoother
- name: Import package
Expand Down

0 comments on commit 6a79088

Please sign in to comment.