Skip to content

Commit bd05f7d

Browse files
Temporarily comment out GitHub Actions for older versions of Python
Want to make it fully pass at least once, to have easy-access to code completion.
1 parent a39a4bb commit bd05f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
# Need to run this after tests succeed so that coverage reflects test runs with all django and python combinations.
2323
needs:
24-
- test-py36
24+
# - test-py36
2525
- test-py38
2626
steps:
2727
- name: Checkout code

0 commit comments

Comments
 (0)