Skip to content

Commit 84cec77

Browse files
committed
perhaps it's from pyproject.toml...
1 parent f1989ed commit 84cec77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-integration-test.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
- name: Install
4343
run: |
4444
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
45-
pip3 install -e '.[test-sql]'
45+
pip3 install -e '.[test]'
4646
- name: Prep Repos
4747
run: |
4848
git clone https://github.com/JHUAPL-DTNMA/dtnma-adms.git tests/integration_test/anms-adms
4949
- name: Test
50-
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
51-
50+
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py

0 commit comments

Comments
 (0)