Skip to content

Commit a5fc6a1

Browse files
authored
Fix workflows
1 parent bf370a8 commit a5fc6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562
run: |
563563
# Run the tests
564564
source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
565-
cd ${{ github.workspace }}/cppyy/test
565+
cd ${{ github.workspace }}/cppyy/
566566
echo ::group::Prepare For Testing
567567
make all
568568
python -m pip install --upgrade pip

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ jobs:
553553
run: |
554554
# Run the tests
555555
source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
556-
cd ${{ github.workspace }}/cppyy/test
556+
cd ${{ github.workspace }}/test
557557
echo ::group::Prepare For Testing
558558
make all
559559
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)