fix: container with python

This commit is contained in:
Tom Hu 2024-10-22 10:27:38 -05:00
parent 58a1f61faa
commit a0402d0d05
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -101,6 +101,9 @@ jobs:
uses: actions/checkout@v4.2.2
with:
submodules: 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r src/scripts/app/requirements.txt
- name: Run tests and collect coverage