From 45eeb24ccacf539cf8c288f295c12aa0c8ca3e0a Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Sat, 15 Jun 2024 15:51:13 -0700 Subject: [PATCH] nit --- .github/actions/build-and-test-branch/action.yml | 4 ++-- .../actions/install-arches-applications/action.yml | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/actions/build-and-test-branch/action.yml b/.github/actions/build-and-test-branch/action.yml index 670c3ff..8b73e49 100644 --- a/.github/actions/build-and-test-branch/action.yml +++ b/.github/actions/build-and-test-branch/action.yml @@ -25,8 +25,8 @@ runs: run: | python -m pip install --upgrade pip pip install . - pip install -r ca_shpo_online/install/requirements.txt - pip install -r ca_shpo_online/install/requirements_dev.txt + pip install -r arches_rdm_example_project/install/requirements.txt + pip install -r arches_rdm_example_project/install/requirements_dev.txt echo Python packages installed shell: bash diff --git a/.github/actions/install-arches-applications/action.yml b/.github/actions/install-arches-applications/action.yml index 513b49b..c255162 100644 --- a/.github/actions/install-arches-applications/action.yml +++ b/.github/actions/install-arches-applications/action.yml @@ -6,15 +6,14 @@ inputs: runs: using: 'composite' steps: - - name: Checkout arches-shpo - uses: actions/checkout@v4 - with: - repository: fargeo/arches-shpo - token: ${{ fromJSON(inputs.secrets).FARGEO_AUTOMATION_PAT }} - path: arches-shpo + # - name: Checkout arches-shpo + # uses: actions/checkout@v4 + # with: + # repository: fargeo/arches-shpo + # token: ${{ fromJSON(inputs.secrets).FARGEO_AUTOMATION_PAT }} + # path: arches-shpo - name: Install arches-shpo run: | - pip install ./arches-shpo echo arches-shpo installed shell: bash \ No newline at end of file