File tree Expand file tree Collapse file tree 8 files changed +9
-3301
lines changed
Expand file tree Collapse file tree 8 files changed +9
-3301
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ jobs:
512512 - name : Build and Install cppyy-backend
513513 if : ${{ matrix.cppyy == 'On' }}
514514 run : |
515- cd ${{ github.workspace }}/cppyy-backend
515+ cd ${{ github.workspace }}
516516 mkdir -p $CPPINTEROP_DIR/lib build && cd build
517517 # Install CppInterOp
518518 (cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel ${{ env.ncpus }} )
@@ -543,7 +543,7 @@ jobs:
543543 run : |
544544 # source virtual environment
545545 source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
546- cd ${{ github.workspace }}
546+ cd ${{ github.workspace }}/cppyy/
547547 python -m pip install --upgrade . --no-deps
548548 cd ..
549549
@@ -562,7 +562,7 @@ jobs:
562562 run : |
563563 # Run the tests
564564 source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
565- cd ${{ github.workspace }}/test/
565+ cd ${{ github.workspace }}/cppyy/ test/
566566 echo ::group::Prepare For Testing
567567 make all
568568 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ jobs:
329329
330330 - uses : actions/checkout@v4
331331 with :
332- repository : compiler-research/cppyy-backend
333- path : ${{ github.workspace }}/cppyy-backend
332+ repository : compiler-research/cppyy
333+ path : ${{ github.workspace }}/cppyy
334334 fetch-depth : 0
335335
336336 - name : Set up Python
@@ -533,7 +533,7 @@ jobs:
533533 run : |
534534 # source virtual environment
535535 source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
536- cd ${{ github.workspace }}
536+ cd ${{ github.workspace }}/cppyy/
537537 python -m pip install --upgrade . --no-deps
538538 cd ..
539539
@@ -552,7 +552,7 @@ jobs:
552552 run : |
553553 # Run the tests
554554 source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
555- cd ${{ github.workspace }}/test
555+ cd ${{ github.workspace }}/cppyy/ test
556556 echo ::group::Prepare For Testing
557557 make all
558558 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ jobs:
252252
253253 - uses : actions/checkout@v4
254254 with :
255- repository : compiler-research/cppyy-backend
256- path : ${{ github.workspace }}\cppyy-backend
255+ repository : compiler-research/cppyy
256+ path : ${{ github.workspace }}\cppyy
257257 fetch-depth : 0
258258
259259 - name : Set up Python
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments