Skip to content

Commit f1989ed

Browse files
committed
change way of installing adms repo
1 parent d66a345 commit f1989ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
- name: Install
4343
run: |
4444
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
45-
pip3 install git+https://github.com/JHUAPL-DTNMA/dtnma-adms.git
4645
pip3 install -e '.[test-sql]'
46+
- name: Prep Repos
47+
run: |
48+
git clone https://github.com/JHUAPL-DTNMA/dtnma-adms.git tests/integration_test/anms-adms
4749
- name: Test
4850
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
4951

0 commit comments

Comments
 (0)