Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2023
1 parent 65402be commit 6ef837c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: micromamba list

- name: Run test
run: pytest --only-gpu
run: pytest --only-gpu
3 changes: 2 additions & 1 deletion anndata/tests/test_gpu.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest


@pytest.mark.gpu
def test_gpu():
"""
For testing that the gpu mark works
"""
pass
pass

0 comments on commit 6ef837c

Please sign in to comment.