Skip to content

Make ROSE containers more friendly #111

Make ROSE containers more friendly

Make ROSE containers more friendly #111

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ["3.7","3.9"]

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 25): A sequence was not expected
- name: Install dependencies
run: make dev-init
- name: Lint
run: make lint
- name: Run tests
run: make test