Skip to content

Commit

Permalink
try gpu test: .github/workflows/CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yxqd committed Jan 5, 2024
1 parent c73dfe6 commit e8c8850
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ jobs:
# test
- name: test
run: |
run:
eval "$(/home/docker/miniconda3/bin/conda shell.bash hook)"
conda activate testenv
cd tests
py.test
python instruments/VERDI/test_verdi_cpu.py
env:
NUMBA_ENABLE_CUDASIM: 1

0 comments on commit e8c8850

Please sign in to comment.