Skip to content

Commit ae8de33

Browse files
committed
Update ci.yaml
1 parent 4993da1 commit ae8de33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
45-
python -I -m pip install setuptools>=40.8.0 wheel pytest
46-
python -m pip freeze --all
47-
python -m pip install -r requirements.txt
45+
python -m pip install setuptools>=40.8.0 wheel pytest
46+
python -m pip install .
4847
python -m pip freeze --all
4948
5049
- name: Validate OpenCL

0 commit comments

Comments
 (0)