From ae21eb006c4e2c2aeacc56aa80e63a6a363f8012 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 29 Oct 2024 20:08:28 +0100 Subject: [PATCH] Update build-test-package.yml Action failed previously due to the lack of pytest packages --- .github/workflows/build-test-package.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 3846eea..a168e3c 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -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: |