Skip to content

Commit

Permalink
clean up build dir and pick correct working dir when building pymarian.
Browse files Browse the repository at this point in the history
  • Loading branch information
erip committed Sep 20, 2022
1 parent b398263 commit 3d8c64b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d8c64b

Please sign in to comment.