diff --git a/.github/workflows/lint-pytest.yaml b/.github/workflows/lint-pytest.yaml index 9db16f082..53bfd346e 100644 --- a/.github/workflows/lint-pytest.yaml +++ b/.github/workflows/lint-pytest.yaml @@ -91,7 +91,7 @@ jobs: - name: Test pytest with torch & integration tests run: | - pytest -m "require_learning" --cov --cov-report=xml --junitxml="result.xml" + pytest --cov --cov-report=xml --junitxml="result.xml" - name: Upload tests results uses: actions/upload-artifact@v4