Skip to content

Commit 51ecd99

Browse files
committed
Fix typo in 'test-install' workflow definition.
1 parent 33ac037 commit 51ecd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'environment.yml'
1414
- 'requirements*.txt'
1515
- 'pyproject.toml'
16-
- '.github/workflows/test-install.sh'
16+
- '.github/workflows/test-install.yml'
1717
schedule:
1818
- cron: '30 02 * * *' # nightly build
1919

0 commit comments

Comments
 (0)