Skip to content

Commit

Permalink
BUG: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Dec 20, 2023
1 parent 5f95464 commit c3e4ba9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
- name: Evaluate complexity
run: flake8 . --count --exit-zero --max-complexity=10 --statistics

- name: Install Operational dependencies success
if: ${{ matrix.test_config == 'Ops'}}
run: |
pip install pysatNASA==0.0.5
python -c "import pysatNASA; print(pysatNASA.__version__)"
- name: Run unit and integration tests
run: pytest --cov=pysatModels/

Expand Down

0 comments on commit c3e4ba9

Please sign in to comment.