File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.github/actions/setup_ubuntu Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ runs:
1010 - name : Install Dependencies
1111 run : |-
1212 # Install system dependencies
13- sudo apt-get update -yq
14- sudo apt-get install python2 python3-pip time -yq
15- sudo pip install -U pip setuptools
16- sudo pip install awscli==1.18.85 datadog==0.40.1
13+ # sudo apt-get update -yq
14+ # sudo apt-get install python2 python3-pip time -yq
15+ # sudo pip install -U pip setuptools
16+ # sudo pip install awscli==1.18.85 datadog==0.40.1
1717
1818 # Install node dependencies
1919 node ./scripts/gtime.js monorepo_install npm ci
2525 node ./scripts/report-bundle-size.js
2626
2727 # Check that packages are all using the same versions of compilers, etc.
28- node ./scripts/check-dependencies.js
28+ # node ./scripts/check-dependencies.js
2929
3030 # Install Snyk CLI
3131 # TODO: Ticket W-12425059. Revisit Snyk CLI integration to monitor manifest files on generated projects.
You can’t perform that action at this time.
0 commit comments