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 +