We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb3f8a commit 51f9147Copy full SHA for 51f9147
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
-
48
name: Install CLIMADA
49
run: |
50
- python -m pip install ".[test]"
+ python -m pip install ".[dev]"
51
52
name: Run Unit Tests
53
0 commit comments