diff --git a/.github/workflows/leaderboard.yaml b/.github/workflows/leaderboard.yaml index f49012b..be22dab 100644 --- a/.github/workflows/leaderboard.yaml +++ b/.github/workflows/leaderboard.yaml @@ -51,8 +51,8 @@ jobs: - name: 📲 Software Installation run: | - apt-get update --quiet --yes - apt-get install --quiet --yes pandoc + sudo apt-get update --quiet --yes + sudo apt-get install --quiet --yes pandoc pip install --no-input --quiet --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ slim-leaderboard - name: 📈 Leaderboard Generation diff --git a/engineering.json b/engineering.json index df9d1c2..959ca3a 100644 --- a/engineering.json +++ b/engineering.json @@ -39,6 +39,10 @@ { "name" : "https://github.com/NASA-PDS/data-upload-manager", "type" : "repository" + }, + { + "name" : "https://github.com/NASA-PDS/pds4-jparser", + "type" : "repository" } ] }