Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jun 15, 2024
1 parent 153d55b commit 45eeb24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-test-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 6 additions & 7 deletions .github/actions/install-arches-applications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45eeb24

Please sign in to comment.