Skip to content

Commit 8a4e9be

Browse files
committed
test removal of check-dependencies
1 parent 4fe7e8d commit 8a4e9be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/setup_ubuntu/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -25,7 +25,7 @@ runs:
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.

0 commit comments

Comments
 (0)