Skip to content

Commit

Permalink
Update build-test-package.yml
Browse files Browse the repository at this point in the history
Action failed previously due to the lack of pytest packages
  • Loading branch information
Caparrini authored Oct 29, 2024
1 parent 152bf47 commit ae21eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
# Confirm installation
pip show mloptimizer
- name: Install pytest not included in mloptimizer
run: |
python -m pip install pytest pytest-mock pytest-cov
# Run tests to ensure package works as expected without source code
- name: Run package tests
run: |
Expand Down

0 comments on commit ae21eb0

Please sign in to comment.