Skip to content

Commit

Permalink
test: test adding back local requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 22, 2023
1 parent d925b71 commit 8ef9518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/repo-health-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export LANG=C.UTF-8

WORKSPACE=$PWD

# Install local requirements
pip install -q -e edx-repo-health

# Generate sql file from the yaml files
cd "${WORKSPACE}/individual_repo_data"
repo_health_dashboard --data-dir . --configuration "${WORKSPACE}/edx-repo-health/repo_health_dashboard/configuration.yaml" \
Expand Down

0 comments on commit 8ef9518

Please sign in to comment.