Skip to content

Commit

Permalink
ci: fix Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jun 20, 2024
1 parent d817a61 commit f9d206e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-lit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- name: Install requirements and xDSL
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@f8bb935880276cf077e0a80f1905105d0a98eb33
- name: Execute lit tests
run: |
cd xdsl
export PYTHONPATH=$(pwd)
export PATH=/xdsl-sc/llvm-project/build/bin/:$PATH
lit -v tests/filecheck/

0 comments on commit f9d206e

Please sign in to comment.