Update CI to always use python3.10 for metaenv

This commit is contained in:
2024-03-21 18:28:27 -04:00
parent de4ff0031f
commit 8e621138e9
2 changed files with 6 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Python ${{ matrix.python.version }}
uses: actions/setup-python@v4
with: