We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1989ed commit 84cec77Copy full SHA for 84cec77
.github/workflows/build-integration-test.yaml
@@ -42,10 +42,9 @@ jobs:
42
- name: Install
43
run: |
44
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
45
- pip3 install -e '.[test-sql]'
+ pip3 install -e '.[test]'
46
- name: Prep Repos
47
48
git clone https://github.com/JHUAPL-DTNMA/dtnma-adms.git tests/integration_test/anms-adms
49
- name: Test
50
- run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
51
-
+ run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
0 commit comments