Skip to content

Commit

Permalink
💚 Run dev pyiem build
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Feb 5, 2025
1 parent 60714ac commit c7a4a6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
environment-name: prod
cache-environment: true

- name: Install Python requirements from pip
run: |
python -m pip install -r pip_requirements.txt
- name: Install and Test
run: |
set -x
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies:
- psycopg
# Transient via pyIEM
- pyarrow
# So much of other things here are redundant
- pyiem
# I'm lame
# - pyiem
# BUFR processing
- pybufrkit
# Models
Expand Down
1 change: 1 addition & 0 deletions pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/akrherz/pyIEM.git

0 comments on commit c7a4a6a

Please sign in to comment.