From 3d8c64be617407d6bf83d7f437f9f8e11d5e150a Mon Sep 17 00:00:00 2001 From: Elijah Rippeth Date: Tue, 20 Sep 2022 19:03:44 -0400 Subject: [PATCH] clean up build dir and pick correct working dir when building pymarian. --- .github/workflows/macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2f3d33661..50a30e577 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -50,9 +50,11 @@ jobs: ./marian-decoder --version ./marian-scorer --version ls -hlv $(find . -maxdepth 1 -type f -perm +ugo+x \( -name "marian*" -o -name "spm*" \)) + cd .. + rm -rf build/ - name: Install PyMarian - working-directory: build + working-directory: src/python run: | python3 -m venv .venv && source .venv/bin/activate python3 -m pip install -U setuptools wheel