Skip to content

Commit e91ed6d

Browse files
committed
Update workflows
1 parent 1356615 commit e91ed6d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
pip install flake8
3434
# Stop the build if there are flake8 issues
3535
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
4036
- name: Install Chrome and Firefox
4137
run: |
4238
sudo apt install google-chrome-stable

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
versionSpec: '$(python.version)'
3030
architecture: 'x64'
3131

32-
- script: |
33-
echo "import sys; print(sys.platform)" > print_platform.py
34-
python print_platform.py
35-
displayName: 'Print the platform name'
36-
3732
- script: python -m pip install --upgrade pip && pip --version
3833
displayName: 'Install/upgrade pip'
3934

0 commit comments

Comments
 (0)