From ff820624cb17645275489ce164d6e2abd7850d10 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Tue, 17 Sep 2024 14:57:15 -0400 Subject: [PATCH] Add input description to satisfy schema checker --- .github/actions/install-pkg/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/install-pkg/action.yml b/.github/actions/install-pkg/action.yml index af1ebfe7..e2810191 100644 --- a/.github/actions/install-pkg/action.yml +++ b/.github/actions/install-pkg/action.yml @@ -3,6 +3,7 @@ description: Install earthaccess Python package and testing dependencies inputs: python-version: + description: Version of Python to use required: true runs: