Skip to content

Commit 8dcbf77

Browse files
author
CI
committed
added the six dependency to pip during deployment
1 parent c276ea2 commit 8dcbf77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2020
- name: continous integration
2121
run : |
22+
pip install six
2223
python run_tests.py
2324
- name: prepare
2425
run: |

0 commit comments

Comments
 (0)