We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238249b commit 5bcf6c2Copy full SHA for 5bcf6c2
1 file changed
.github/workflows/run-test.yaml
@@ -40,6 +40,7 @@ jobs:
40
pip install pyparsing
41
pip install sqlean.py
42
- name: black
43
+ if: matrix.python-version != '3.9'
44
run: |
45
pip install black
46
black --check pydynamodb
0 commit comments