Skip to content

Commit 6ee9697

Browse files
committed
ci: fix cp paths
1 parent c7430e1 commit 6ee9697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
CMAKE_CXX_COMPILER_LAUNCHER: ccache
7474
run: |
7575
make python
76-
cp tools/python_api/src_py/*.py build/real_ladybug/
76+
cp tools/python_api/src_py/*.py tools/python_api/build/real_ladybug/
7777
7878
- name: Run pytest
7979
working-directory: ladybug/tools/python_api

0 commit comments

Comments
 (0)