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