Skip to content

Commit

Permalink
Temporarily disable PyMarian and examples in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Grundkiewicz committed Aug 7, 2024
1 parent be50e88 commit deb387e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cpu: false
gpu: true
unit_tests: false
examples: true
examples: false
# Ubuntu 22.04 supports CUDA 11.7
# Unit tests and examples are not compiled to save disk space
- name: "Ubuntu 22.04 CUDA 11.7 gcc-11"
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ jobs:
cd ..
shell: cmd

- name: Install PyMarian
working-directory: src/python
run: |
python3 -m pip install --upgrade pip setuptools wheel pytest
python3 -m pip install -v .
python3 -m pymarian -v
python3 -m pytest -vs src/python/tests
env:
CUDA_VERSION: ${{ matrix.cuda }}
shell: cmd
# - name: Install PyMarian
# working-directory: src/python
# run: |
# python3 -m pip install --upgrade pip setuptools wheel pytest
# python3 -m pip install -v .
# python3 -m pymarian -v
# python3 -m pytest -vs src/python/tests
# env:
# CUDA_VERSION: ${{ matrix.cuda }}
# shell: cmd

0 comments on commit deb387e

Please sign in to comment.