Skip to content

Commit f31f09c

Browse files
committed
changes to trigger pipeline
1 parent df4db3e commit f31f09c

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ jobs:
2626
steps:
2727
- checkout
2828

29-
- run:
30-
name: Install Python
31-
command: |
32-
sudo apt-get update
33-
sudo apt-get install -y python3 python3-pip
34-
sudo pip install --upgrade pip
29+
# This step was removed as Python is pre-installed on the cimg image.
30+
3531
- run:
3632
name: Download Reverse Labs Scanner
3733
command: |
@@ -42,7 +38,7 @@ jobs:
4238
- run:
4339
name: Install RL Wrapper
4440
command: |
45-
pip install ./rl_wrapper-0.0.2+35ababa-py3-none-any.whl
41+
pip3 install ./rl_wrapper-0.0.2+35ababa-py3-none-any.whl
4642
# Setup the AWS profile
4743
- aws-cli/setup:
4844
profile_name: default
@@ -62,7 +58,8 @@ jobs:
6258
--repository $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME \
6359
--commit $CIRCLE_SHA1 \
6460
--build-env "circleci" \
65-
--suppress_output
61+
--suppress_output
62+
6663
workflows:
6764
# See OKTA-624620
6865
semgrep:
@@ -81,4 +78,4 @@ workflows:
8178
jobs:
8279
- reversing-labs:
8380
context:
84-
- static-analysis
81+
- static-analysis

0 commit comments

Comments
 (0)