We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf370a8 commit a5fc6a1Copy full SHA for a5fc6a1
.github/workflows/MacOS.yml
@@ -562,7 +562,7 @@ jobs:
562
run: |
563
# Run the tests
564
source ${{ github.workspace }}/CppInterOp/.venv/bin/activate
565
- cd ${{ github.workspace }}/cppyy/test
+ cd ${{ github.workspace }}/cppyy/
566
echo ::group::Prepare For Testing
567
make all
568
python -m pip install --upgrade pip
.github/workflows/Ubuntu.yml
@@ -553,7 +553,7 @@ jobs:
553
554
555
556
+ cd ${{ github.workspace }}/test
557
558
559
0 commit comments