attempting to fix ci

This commit is contained in:
Eric Froemling 2022-06-01 19:44:34 -07:00
parent ca4133bcd9
commit 9b27b54985
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
- name: Run checks and tests
@ -35,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: '3.10'
- name: Compile binary
run: make _cmake-simple-ci-server-build
@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip