Skip to content

Commit

Permalink
temporarily disable pymarian compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Junczys-Dowmunt committed Aug 5, 2024
1 parent 2f9b6df commit be50e88
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
./marian-scorer --version
ls -hlv $(find . -maxdepth 1 -type f -perm +ugo+x \( -name "marian*" -o -name "spm*" \))
- name: Install PyMarian
run: |
python3 -m pip install --upgrade pip setuptools wheel pytest
CMAKE_ARGS="" python3 -m pip install -v .
python3 -m pymarian -v
MARIAN_QUIET=YES python3 -m pytest -vs src/python/tests
# - name: Install PyMarian
# run: |
# python3 -m pip install --upgrade pip setuptools wheel pytest
# CMAKE_ARGS="" python3 -m pip install -v .
# python3 -m pymarian -v
# MARIAN_QUIET=YES python3 -m pytest -vs src/python/tests
18 changes: 9 additions & 9 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
./spm_encode --version
ls -hlv $(find . -maxdepth 1 -type f -executable \( -name "marian*" -o -name "spm*" \))
- name: Install PyMarian
working-directory: build
env:
CUDA_VERSION: ${{ matrix.cuda }}
run: |
python3 -m pip install --upgrade pip setuptools wheel pytest
CMAKE_ARGS="" python3 -m pip install -v .
python3 -m pymarian -v
MARIAN_QUIET=YES python3 -m pytest -vs src/python/tests
# - name: Install PyMarian
# working-directory: build
# env:
# CUDA_VERSION: ${{ matrix.cuda }}
# run: |
# python3 -m pip install --upgrade pip setuptools wheel pytest
# CMAKE_ARGS="" python3 -m pip install -v .
# python3 -m pymarian -v
# MARIAN_QUIET=YES python3 -m pytest -vs src/python/tests

0 comments on commit be50e88

Please sign in to comment.