Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Feb 6, 2024
1 parent e992a5f commit f160640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install flake8 pytest coverage
pip3 install flake8 pytest coverage pyscf cupy-cuda11x geometric cutensor-cu11
- name: Build GPU4PySCF
run: |
export CUDA_HOME=/usr/local/cuda
Expand All @@ -33,4 +33,4 @@ jobs:
run: |
echo $GITHUB_WORKSPACE
export PYTHONPATH="${PYTHONPATH}:$GITHUB_WORKSPACE"
pytest
python3 -m pytest

0 comments on commit f160640

Please sign in to comment.