Skip to content

Commit

Permalink
use cpu when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Sep 13, 2024
1 parent e6df380 commit e0d2b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
wget -q https://data.desi.lbl.gov/public/edr/spectro/redux/fuji/healpix/sv1/bright/103/10378/coadd-sv1-bright-10378.fits
wget -q https://data.desi.lbl.gov/public/edr/spectro/redux/fuji/healpix/sv1/bright/103/10378/redrock-sv1-bright-10378.fits
cd ../../
- name: EnvVar
run: |
echo "RVS_NN_DEVICE=cpu" >> "$GITHUB_ENV"
- name: Testing
run: |
pytest --cov=rvspecfit
Expand Down

0 comments on commit e0d2b1d

Please sign in to comment.