Skip to content

Commit 6b715fb

Browse files
committed
Merge branch 'nbdev3' of https://github.com/eigenvivek/DiffDRR into nbdev3
2 parents bb115eb + 40bc930 commit 6b715fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Doing editable install
2424
shell: bash -l {0}
2525
run: |
26-
test -f setup.py && pip install -e ".[dev]"
26+
pip install -e ".[dev]"
2727
2828
- name: Check we are starting with clean git checkout
2929
shell: bash -l {0}

0 commit comments

Comments
 (0)