Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 4f905e0

Browse files
committed
Fix super-linter dependencies
1 parent 56ffb87 commit 4f905e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- name: Checkout Code
3737
uses: actions/checkout@v2
3838

39+
- name: Install Dependencies
40+
run: |
41+
python3 -m pip install --upgrade pip
42+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
43+
3944
################################
4045
# Run Linter against code base #
4146
################################

0 commit comments

Comments
 (0)