Skip to content

Commit

Permalink
Compile without OpenMP support because gcov 9 doesn't seem to play we…
Browse files Browse the repository at this point in the history
…ll with that...
  • Loading branch information
jobovy committed Feb 18, 2021
1 parent 295605a commit 9ac4b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -150,7 +150,7 @@ jobs:
tar xvzf galpy-dfcorrections.tar.gz -C ./galpy/df/data/
- name: Install package
run: |
python setup.py build_ext --coverage --single_ext --inplace
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
python setup.py develop --single_ext
- name: Special config
env:
Expand Down

0 comments on commit 9ac4b58

Please sign in to comment.