Skip to content

Commit

Permalink
added the omp prefix at the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jan 22, 2025
1 parent f9cd082 commit 5ffc3dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run tests
run: |
if [[ "${{ runner.os }}" == "macOS" ]]; then
export OMP_PREFIX=/Users/runner/miniconda3/envs/test
fi
pytest -v -s
run: pytest -v -s
env:
CPU_ONLY: 1
OMP_PREFIX: ${{ runner.os == 'macOS' && '/Users/runner/miniconda3/envs/test' || '' }}

- name: Test torchmd-train utility
run: torchmd-train --help

0 comments on commit 5ffc3dc

Please sign in to comment.