Skip to content

Commit 41fbce7

Browse files
committed
Merge branch 'feature/covariances' into 'develop'
fixing the yaml file See merge request njoy/dryad!10
2 parents e7255fe + b8d3530 commit 41fbce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ContinuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build_type: [ Debug, Release ]
2525

2626
steps:
27-
- name: Install numpy using pip
27+
- name: Install numpy using pip
2828
if: ${{matrix.os != 'macos-14'}}
2929
run: |
3030
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)