Skip to content

Commit 5bcf6c2

Browse files
committed
Fix wf issue for different python versions
1 parent 238249b commit 5bcf6c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
pip install pyparsing
4141
pip install sqlean.py
4242
- name: black
43+
if: matrix.python-version != '3.9'
4344
run: |
4445
pip install black
4546
black --check pydynamodb

0 commit comments

Comments
 (0)