From 7e869ac385254c78eee8637ec7a039368addb8b9 Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Sat, 2 Nov 2024 06:16:26 -0400 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index b458826..ad2e623 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -46,8 +46,4 @@ jobs: pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - # Run pytest on your pulled codebase - - name: Test with pytest - run: | - pytest +