Skip to content

Commit 10c5682

Browse files
committed
also change this test name?
1 parent 95d394a commit 10c5682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install
4242
run: |
4343
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
44-
pip3 install -e '.[test]'
44+
pip3 install -e '.[unit-test]'
4545
- name: Test
4646
run: python3 -m pytest -v --cov=camp tests/unit_test
4747

0 commit comments

Comments
 (0)