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 b398263 commit 08c4ef0Copy full SHA for 08c4ef0
1 file changed
.github/workflows/macos.yml
@@ -50,14 +50,15 @@ jobs:
50
./marian-decoder --version
51
./marian-scorer --version
52
ls -hlv $(find . -maxdepth 1 -type f -perm +ugo+x \( -name "marian*" -o -name "spm*" \))
53
+ cd ..
54
+ rm -rf build/
55
56
- name: Install PyMarian
- working-directory: build
57
+ working-directory: src/python
58
run: |
59
python3 -m venv .venv && source .venv/bin/activate
60
python3 -m pip install -U setuptools wheel
61
python3 -m pip install pybind11 sentencepiece scikit-build
- cd ../src/python
62
python3 setup.py install -j2
63
cd ../../
64
python3 -c "from pymarian import Translator"
0 commit comments