Skip to content

Commit

Permalink
(CI hack) use new temp xDSL commits with latest tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 19, 2024
1 parent 06dc480 commit 0ab86ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install requirements and xDSL
run: |
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
pip install git+https://github.com/xdslproject/xdsl@540da57a7bcc5f05d3b98da0ea1f88420a3dbdf0
pip install -e .[tests]
- name: Execute lit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-mpi-openmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
pip install git+https://github.com/xdslproject/xdsl@540da57a7bcc5f05d3b98da0ea1f88420a3dbdf0
- name: Test with MPI + openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
pip install git+https://github.com/xdslproject/xdsl@540da57a7bcc5f05d3b98da0ea1f88420a3dbdf0
- name: Test with MPI - no Openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-openmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
pip install git+https://github.com/xdslproject/xdsl@540da57a7bcc5f05d3b98da0ea1f88420a3dbdf0
- name: Test no-MPI, Openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install requirements and xDSL
run: |
pip install -e .[tests]
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
pip install git+https://github.com/xdslproject/xdsl@540da57a7bcc5f05d3b98da0ea1f88420a3dbdf0
- name: Test no-MPI, no-Openmp
run: |
Expand Down

0 comments on commit 0ab86ca

Please sign in to comment.