Skip to content

Commit

Permalink
🐛 Whackamole build
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Nov 8, 2024
1 parent b5a215d commit 3361e26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
set -e
# pip install from requirements.txt
python -m pip install -r pip_requirements.txt
python -m pip install . --upgrade
coverage run --source=iembot setup.py test
coverage xml
python -m pip install . --upgrade --no-deps
python -m pytest --cov=iembot
python -m coverage xml
- name: Code coverage
if: ${{ matrix.PYTHON_VERSION == '3.12' }}
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ dependencies:
- httpx
- twisted>=18.4.0
- psycopg
- pyiem
- pytest
- pytest-cov
- pytest-runner
# bot non-async twitter
- python-twitter
- service_identity
- setuptools_scm
# cython is a lame requirement from rabbit hole of cartopy
- cython
- cartopy
Expand Down
2 changes: 0 additions & 2 deletions pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# generates RSS
feedgen
# get pyiem from github
git+https://github.com/akrherz/pyIEM.git
# twisted memcached
txyam2

0 comments on commit 3361e26

Please sign in to comment.