Skip to content

Commit 1e97689

Browse files
committed
Update requirements.sh
1 parent cc41448 commit 1e97689

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/static-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Setup Environment
28-
run: ./setup-dev-env.sh
28+
run: ./requirements.sh
2929
- name: CloudFormation Lint
3030
run: cfn-lint -t testing/cloudformation.yaml
3131
- name: Documentation Lint

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikiped
8282

8383
* Then run the command bellow to install all dependencies:
8484

85-
`./setup-dev-env.sh`
85+
`./requirements.sh`
8686

8787
* Go to the ``testing`` directory
8888

File renamed without changes.

0 commit comments

Comments
 (0)