File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
testsuite/ada_lsp/project_symlinks Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ gprinstall --uninstall gnatcoll || true
37
37
gprinstall --uninstall gpr || true
38
38
rm -f -v gnat/spawn* .gpr
39
39
40
+ which python
41
+ pip install --user e3-testsuite
42
+ python -c " import sys;print('e3' in sys.modules)"
43
+
40
44
if [ " $DEBUG " = " debug" ]; then
41
45
export BUILD_MODE=dev
42
46
else
Original file line number Diff line number Diff line change 18
18
os : [macos-latest, ubuntu-latest, windows-latest]
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
+ - name : Setup Python 3.8
22
+ uses : actions/setup-python@v2
23
+ with :
24
+ python-version : ' 3.8'
21
25
- name : Initialize TAG and git autocrlf
22
26
shell : bash
23
27
run : |
69
73
if : ${{ runner.os == 'Windows' }}
70
74
shell : msys2 {0}
71
75
run : |
76
+ # drop python if any
77
+ rm -rf -v ./cached_gnat/gnat*/bin/python*
72
78
# This is to avoid locking .sh on win that prevents its updating
73
79
cp .github/workflows/build-binaries.sh .github/workflows/build-binaries.sh_
74
80
.github/workflows/build-binaries.sh_ "${{ matrix.debug }}" ${{ runner.os }} ${{ env.TAG }}
Original file line number Diff line number Diff line change 1
1
title : ' project_symlinks'
2
+ skip :
3
+ - ['SKIP', 'env.build.os.name == "windows"']
You can’t perform that action at this time.
0 commit comments