Checkout repos as siblings

This commit is contained in:
David Boreham 2024-06-06 11:45:38 -06:00
parent 38abf666ae
commit 16f52735cc

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: "Clone project repository"
uses: actions/checkout@v4
with:
path: 'test-continuous-deployment'
# At present the stock setup-python action fails on Linux/aarch64
# Conditional steps below workaroud this by using deadsnakes for that case only
- name: "Install Python for ARM on Linux"