Skip to content

Commit

Permalink
test if python 3.7 and 3.8 are still supported
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 10, 2023
1 parent b3dab30 commit 8e9251d
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 8e9251d

Please sign in to comment.