We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7430e1 commit 6ee9697Copy full SHA for 6ee9697
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
CMAKE_CXX_COMPILER_LAUNCHER: ccache
74
run: |
75
make python
76
- cp tools/python_api/src_py/*.py build/real_ladybug/
+ cp tools/python_api/src_py/*.py tools/python_api/build/real_ladybug/
77
78
- name: Run pytest
79
working-directory: ladybug/tools/python_api
0 commit comments