Skip to content

only test python3.6, because that is what we use on Alps #707

only test python3.6, because that is what we use on Alps

only test python3.6, because that is what we use on Alps #707

Workflow file for this run

name: Stackinator CI
on: [push, pull_request]

Check failure on line 4 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
unittestpy36:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap
run: |
./bootstrap.sh
- name: Generic Unittests
run: |
./test_stackinator.py