Skip to content

Commit cbe8d05

Browse files
authored
Merge branch 'develop' into greedy_third_iteration
2 parents fe329eb + d7bf27a commit cbe8d05

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,18 @@ on:
2020
jobs:
2121
py-checks:
2222
runs-on: ubuntu-latest
23+
container:
24+
image: python:3.8
25+
options: --user root
2326
steps:
2427
- uses: actions/checkout@v4
2528
with:
2629
fetch-depth: 0
2730

28-
- name: Set up Python
29-
uses: actions/setup-python@v5
30-
with:
31-
python-version: '3.8'
32-
3331
- name: Install dependencies
3432
run: |
3533
python -m pip install --upgrade pip
36-
pip install flake8 yapf pep8-naming
37-
pip3 install -r pip_requirements.txt
38-
pip3 install --index-url https://test.pypi.org/simple/ hip-python
34+
pip install -r pip_requirements.txt
3935
4036
- name: Get changed Python files under mlir/
4137
id: changes

0 commit comments

Comments
 (0)