Skip to content

Commit 3ac9a75

Browse files
committed
Update tests.yaml
1 parent 1548ced commit 3ac9a75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
45-
python -m pip install setuptools>=40.8.0 wheel pytest
46-
python -m pip install .
45+
python -m pip install -e .[dev]
4746
python -m pip freeze --all
4847
4948
- name: Validate OpenCL

0 commit comments

Comments
 (0)