feat(gh-actions-controller): added

This commit is contained in:
Timothy Stewart
2022-10-31 22:01:39 -05:00
parent 105b2c2f1e
commit ac52acdec1
2 changed files with 3 additions and 2 deletions

View File

@@ -50,9 +50,10 @@ jobs:
run: ./.github/download-boxes.sh
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # 4.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: >-