We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f5d23 commit 8240a48Copy full SHA for 8240a48
1 file changed
.github/workflows/syntax-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install wheel
26
python -m pip install --upgrade pip
27
- python -m pip install .
+ python -m pip install six
28
- name: Test
29
working-directory: ./fluent.syntax
30
0 commit comments