Skip to content

pin python version for ci #16

pin python version for ci

pin python version for ci #16

Workflow file for this run

name: test_build
on: [push, pull_request]
jobs:
Run-Test-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ['3.8', '3.10']

Check failure on line 11 in .github/workflows/test-build.yaml

View workflow run for this annotation

GitHub Actions / test_build

Invalid workflow file

The workflow is not valid. .github/workflows/test-build.yaml (Line: 11, Col: 27): A sequence was not expected
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Install ghrocker
run: |
pip install .
- name: Test build
run: |
pwd
ghrocker --build -- test/test_site