Skip to content

Commit f840af1

Browse files
committed
Fix example deps installation
1 parent ac0fdf8 commit f840af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pytest
2929
- name: Install the Python dependencies for the examples
3030
run: |
31-
cd examples/simple && pip install -e '3.5
31+
cd examples/simple && pip install -e .
3232
- name: Run the tests for the examples
3333
run: |
3434
pytest examples/simple/tests/*

0 commit comments

Comments
 (0)