From d58d73d089504eafe1fa15f9568a6f931475c64e Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Tue, 12 Nov 2024 12:54:28 -0600 Subject: [PATCH] checkout not needed Signed-off-by: Jeffrey Martin --- .github/workflows/remote_package_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/remote_package_install.yml b/.github/workflows/remote_package_install.yml index 2e634b6e..4e2cf4ee 100644 --- a/.github/workflows/remote_package_install.yml +++ b/.github/workflows/remote_package_install.yml @@ -14,7 +14,6 @@ jobs: matrix: python-version: ["3.10","3.12"] steps: - - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: