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