Skip to content

Commit

Permalink
ci: Drop leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jun 24, 2024
1 parent ccae39f commit 787ab8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: gbisbas/llvm-xdsl:0.4
container: papychacal/xdsl-llvm:98e674c9f16d677d95c67bc130e267fae331e43c
steps:
- name: Checkout Devito
uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,13 @@ jobs:
run: |
apt-get update && apt install curl mpich -y
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Upgrade pip
run: |
pip install --upgrade pip
- name: Install requirements and xDSL
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
- name: Test no-MPI, no-Openmp
Expand Down

0 comments on commit 787ab8b

Please sign in to comment.