File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 33
33
pip install flake8
34
34
# Stop the build if there are flake8 issues
35
35
flake8 . --count --show-source --statistics --exclude=temp
36
- - name : Print the platform name
37
- run : |
38
- echo "import sys; print(sys.platform)" > print_platform.py
39
- python print_platform.py
40
36
- name : Install Chrome and Firefox
41
37
run : |
42
38
sudo apt install google-chrome-stable
Original file line number Diff line number Diff line change 29
29
versionSpec : ' $(python.version)'
30
30
architecture : ' x64'
31
31
32
- - script : |
33
- echo "import sys; print(sys.platform)" > print_platform.py
34
- python print_platform.py
35
- displayName: 'Print the platform name'
36
-
37
32
- script : python -m pip install --upgrade pip && pip --version
38
33
displayName : ' Install/upgrade pip'
39
34
You can’t perform that action at this time.
0 commit comments