From f38a7d35277154d38db02c2e85700e3a72cf28f8 Mon Sep 17 00:00:00 2001 From: blaise-muhirwa Date: Tue, 10 Oct 2023 12:53:57 -0700 Subject: [PATCH] verified tests pass with python >3.7.0 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c4b2b547..feb94adb 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -86,7 +86,7 @@ jobs: # Run integration tests against the API (only on the main branch, though). The comprehensive # version runs a matrix of python versions for better coverage. test-comprehensive: - # if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') needs: - test-simple - test-docs