Skip to content

Commit

Permalink
verified tests pass with python >3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 10, 2023
1 parent 383ff25 commit f38a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f38a7d3

Please sign in to comment.