From be50e88b537e581898386e5ae8cbc3edbe694e72 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Mon, 5 Aug 2024 13:47:01 -0700 Subject: [PATCH] temporarily disable pymarian compilation --- .github/workflows/macos.yml | 12 ++++++------ .github/workflows/ubuntu.yml | 18 +++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index abff1d712..23f54d2af 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 \ No newline at end of file + # - 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 \ No newline at end of file diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3a4c65b31..0b45adfe1 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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