Skip to content

Commit

Permalink
Temporary skip tests failed due to dpctl
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Oct 26, 2023
1 parent 7c872a4 commit a2c45c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
conda list
- name: Build dpnp with coverage
run: |
python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py"
python scripts/gen_coverage.py \
--pytest-opts="--ignore tests/test_random.py --ignore tests/test_mathematical.py --ignore tests/test_sum.py"
- name: Install coverall dependencies
run: |
sudo gem install coveralls-lcov
Expand Down

0 comments on commit a2c45c1

Please sign in to comment.