Skip to content

Commit

Permalink
ignore dep warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 15, 2023
1 parent cc8831c commit 2e4241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
python -m pip install requests click python-dateutil sentinelsat>=1.0 pytest
- name: Test with pytest
run: |
python -m pytest -v -W=error --doctest-modules --ignore=eof/__main__.py
python -m pytest -v --doctest-modules --ignore=eof/__main__.py

0 comments on commit 2e4241e

Please sign in to comment.