We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d394a commit 10c5682Copy full SHA for 10c5682
.github/workflows/build-test.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install
42
run: |
43
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
44
- pip3 install -e '.[test]'
+ pip3 install -e '.[unit-test]'
45
- name: Test
46
run: python3 -m pytest -v --cov=camp tests/unit_test
47
0 commit comments