Skip to content

Commit 51f9147

Browse files
fix ci.yml workflow
1 parent 8fb3f8a commit 51f9147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
-
4848
name: Install CLIMADA
4949
run: |
50-
python -m pip install ".[test]"
50+
python -m pip install ".[dev]"
5151
-
5252
name: Run Unit Tests
5353
run: |

0 commit comments

Comments
 (0)