Skip to content

Commit 037d40e

Browse files
author
Jiten Thakkar
committed
Revert "Install pyparsing-2.2.0 before building workspace "
This reverts commit 3982ee0.
1 parent 3982ee0 commit 037d40e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

robomaker-sample-app-ci/src/aws-robomaker-sample-application-ci.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ async function bundle() {
132132
await exec.exec("rm", ["-rf", "bundle"], getWorkingDirExecOptions()); // github actions have been failing with no disk space
133133
}
134134

135-
async function installPyparsing() {
136-
await exec.exec("bash", ["-c", `pip3 install --install-option="--prefix=/home/pypackages" pyparsing==2.0.2`, getWorkingDirExecOptions()]);
137-
}
138-
139135
async function run() {
140136
let delay_ms = 1000 * MINIMUM_BACKOFF_TIME_SECONDS;
141137
console.log(`ROS_DISTRO: ${ROS_DISTRO}`);
@@ -155,8 +151,6 @@ async function run() {
155151
if (GENERATE_SOURCES == 'true') {
156152
await prepare_sources();
157153
}
158-
# workaroung to get sample app build working
159-
await installPyparsing()
160154
await build();
161155
await bundle();
162156
core.setOutput('ros-distro', ROS_DISTRO)

0 commit comments

Comments
 (0)