Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Aug 10, 2024
1 parent 8d24e38 commit a3c3e4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine numpy pandas xgboost shap matplotlib scikit-learn hyperopt pytest
- name: Install package
run: |
pip install .
- name: Run tests
run: |
pytest tests
Expand Down

0 comments on commit a3c3e4a

Please sign in to comment.