Skip to content

Commit 26e0b34

Browse files
committed
Update CI for new project format
1 parent e305e66 commit 26e0b34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install
3030
run: |
31-
pip install -e .
32-
pip install -r "test_requirements.txt"
33-
pip --version
31+
pip install -e '.[test]'
3432
- name: Run tests with unittest
3533
run: |
3634
coverage run --branch -m unittest discover -v -t . haas

0 commit comments

Comments
 (0)