Skip to content

Commit 40bc930

Browse files
authored
Update test.yaml
1 parent 069c1d8 commit 40bc930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)