File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 41
41
python-version : ' 3.10'
42
42
architecture : ' x64'
43
43
- run : python --version
44
+ - run : python -m pip install --upgrade pip
44
45
- run : pip install -r requirements.txt
45
46
46
47
- name : setup dotnet
Original file line number Diff line number Diff line change 41
41
architecture : ' x64'
42
42
- run : python --version
43
43
- run : python -m pip install --upgrade pip
44
- - run : pip install -r requirements.txt
44
+ - run : python -m pip install -r requirements.txt
45
45
- name : Make python-code
46
46
run : make python-code
47
47
build-csharpcode :
63
63
with :
64
64
python-version : ' 3.10'
65
65
architecture : ' x64'
66
+ - run : python --version
67
+ - run : python -m pip install --upgrade pip
66
68
- run : dotnet --version
67
69
- name : Make csharp-code
68
70
run : make csharp-code
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ csharp-code: csharp-xunit-tests
44
44
# *******************
45
45
46
46
python-requirements :
47
- pip install -r requirements.txt
47
+ python -m pip install -r requirements.txt
48
48
49
49
python-tests :
50
50
python ${workspaceFolder} scripts/run_unit_tests.py
You can’t perform that action at this time.
0 commit comments