Setup Python

This commit is contained in:
Seth Michael Larson 2024-07-10 09:58:19 -05:00
parent a2baaaf862
commit 818c8876c4
No known key found for this signature in database
GPG key ID: 1C2A4998AD8019F8

View file

@ -45,6 +45,10 @@ jobs:
uses: actions/checkout@v3
with:
path: test
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install the packaging-related tools
run: python3 -m pip install -r test/requirements/test.txt
- name: Create the stub package importable directory