gaurv007 commited on
Commit
8565814
·
verified ·
1 Parent(s): 00a51e0

Upload .github/workflows/ci.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml CHANGED
@@ -16,6 +16,6 @@ jobs:
16
  python-version: "3.12"
17
  - name: Install dependencies
18
  run: |
19
- pip install -e ".[test]"
20
  - name: Run tests
21
  run: pytest tests/ -v --tb=short
 
16
  python-version: "3.12"
17
  - name: Install dependencies
18
  run: |
19
+ pip install -e ".[dev]"
20
  - name: Run tests
21
  run: pytest tests/ -v --tb=short