Skip to content

Commit 9c9c270

Browse files
author
a.b.christie
committed
ci: Fix test (for latest build)
1 parent e38b03e commit 9c9c270

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install requirements
3737
run: |
3838
pip install -r build-requirements.txt
39-
pip install -r requirements.txt
39+
pip install -e .
4040
pip install rdkit==2023.3.2
4141
- name: Lint
4242
run: pre-commit run --all-files

0 commit comments

Comments
 (0)