We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4993da1 commit ae8de33Copy full SHA for ae8de33
.github/workflows/ci.yaml
@@ -42,9 +42,8 @@ jobs:
42
- name: Install dependencies
43
run: |
44
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
+ python -m pip install setuptools>=40.8.0 wheel pytest
+ python -m pip install .
48
python -m pip freeze --all
49
50
- name: Validate OpenCL
0 commit comments