Skip to content

Commit 8240a48

Browse files
committed
Fix tests, add six dependency
1 parent 43f5d23 commit 8240a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syntax-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install wheel
2626
python -m pip install --upgrade pip
27-
python -m pip install .
27+
python -m pip install six
2828
- name: Test
2929
working-directory: ./fluent.syntax
3030
run: |

0 commit comments

Comments
 (0)