Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 5, 2024
1 parent b6f0b42 commit c449e8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leaderboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions engineering.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit c449e8e

Please sign in to comment.