Skip to content

Commit 3f79621

Browse files
committed
Try changing install order
1 parent 2d22c5e commit 3f79621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: |
5757
python -m pip install --upgrade pip
5858
pip install --upgrade setuptools wheel
59+
pip install --editable .
5960
pip install --editable ".[tests]"
6061
- name: Check Formatting and Lint
6162
run: |

0 commit comments

Comments
 (0)