From c449e8e7b7923c3c65bc97dfcb477752cf285626 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Tue, 5 Nov 2024 13:02:27 -0600 Subject: [PATCH] try sudo --- .github/workflows/leaderboard.yaml | 4 ++-- engineering.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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" } ] }