Skip to content

Commit

Permalink
Test #499
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Apr 15, 2024
1 parent 9cc6128 commit 565be33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
repository: ral-facilities/inventory-management-system-api
ref: add-common-dev-task-script-#235

- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.12'
cache: 'pip'

- name: Move api repo
run: |
cd ..
Expand All @@ -109,12 +115,6 @@ jobs:
mv inventory-management-system inventory-management-system-api
cd inventory-management-system-api/
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.12'
cache: 'pip'

- name: Setup MongoDB
run: |
pwd
Expand Down

0 comments on commit 565be33

Please sign in to comment.