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