Skip to content

Commit

Permalink
remove the cache clear
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhaining committed Aug 30, 2024
1 parent f688672 commit c023173
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ jobs:
pip install -e '.[test]'
git clone ${ADMS_REPO} tests/integration_test/anms-adms
- name: Test
run: |
rm -f /github/home/.cache/ace/adms.sqlite
python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py

test-integration-c:
needs: [build]
Expand Down

0 comments on commit c023173

Please sign in to comment.