Skip to content

Commit

Permalink
Rejigger to use installed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Feb 15, 2024
1 parent 4876cdd commit 93d6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
# Act like we're testing with this patch deployed ...
python -m pip install -e . utilities/test_plugins/
python -m pip install . utilities/test_plugins/
if [[ "$OPENEYE" == true ]]; then
python -c "import openff.toolkit; print(openff.toolkit.__file__)"
Expand Down

0 comments on commit 93d6fc0

Please sign in to comment.