Skip to content

Commit bb73140

Browse files
committed
Fix: add requirement to install gsl for macos14
1 parent 9fde94d commit bb73140

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
project: diffpy.distanceprinter
1818
c_extension: false
1919
headless: false
20-
extra_install_commands: conda install -y -c conda-forge gsl
2120
secrets:
2221
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

requirements/conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
2+
gsl
23
diffpy.pdffit2
34
diffpy.structure

requirements/tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ codecov
44
coverage
55
pytest-cov
66
pytest-env
7+
gsl

0 commit comments

Comments
 (0)