Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Sep 1, 2023
1 parent 63f435a commit ccec8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}"
conda activate /pytorch/captum/ci_env
./scripts/install_via_conda.sh
./scripts/install_via_conda.sh -n
# Run Tests
python3 -m pytest -ra --cov=. --cov-report term-missing

0 comments on commit ccec8a1

Please sign in to comment.