Skip to content

drop pooch

drop pooch #36

Workflow file for this run

name: CI - lit-based Testing
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: gbisbas/llvm-xdsl:0.4
steps:
- name: Checkout Devito
uses: actions/checkout@v4
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Upgrade pip
run: |
pip install --upgrade pip
- name: Install native dependencies
run: |
apt-get update && apt install curl mpich -y
- name: Install requirements and xDSL
run: |
pip install -e .[tests]
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33

Check failure on line 41 in .github/workflows/ci-lit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-lit.yml

Invalid workflow file

You have an error in your yaml syntax on line 41
- name: Execute lit tests
run: |
# export PATH=/xdsl-sc/llvm-project/build/bin/:$PATH
lit -v tests/filecheck/