Skip to content

Commit 144f26c

Browse files
authored
Merge pull request #74 from andyfaff/audit
MAINT: BA appears to use auditwheel
2 parents da0c1a3 + f172201 commit 144f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_bornagain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
python3 -m pip install --upgrade pip
7272
python3 -m pip install cython pytest build wheel setuptools
73-
python3 -m pip install numpy matplotlib
73+
python3 -m pip install numpy matplotlib auditwheel
7474
7575
- name: Build BornAgain
7676
run: |

0 commit comments

Comments
 (0)