File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
python-version : ${{ matrix.PYTHON_VERSION }}
33
33
architecture : ' x64'
34
+ - name : Create Jedi environment for testing
35
+ if : matrix.PYTHON_VERSION != '2.7'
36
+ run : |
37
+ python3 -m venv /tmp/pyenv
38
+ /tmp/pyenv/bin/python -m pip install loghub
34
39
- run : pip install -e .[all] .[test]
35
40
- run : py.test -v test/
36
41
- run : pylint pyls test
Original file line number Diff line number Diff line change 31
31
with :
32
32
python-version : ${{ matrix.PYTHON_VERSION }}
33
33
architecture : ' x64'
34
+ - name : Create Jedi environment for testing
35
+ if : matrix.PYTHON_VERSION != '2.7'
36
+ run : |
37
+ python3 -m venv /tmp/pyenv
38
+ /tmp/pyenv/bin/python -m pip install loghub
34
39
- run : pip install -e .[all] .[test]
35
40
- run : py.test -v test/
You can’t perform that action at this time.
0 commit comments