Bump python for CI, install psycopg2 from wheel
This commit is contained in:
parent
d289650afe
commit
5378fac326
7
.github/workflows/etl.yml
vendored
7
.github/workflows/etl.yml
vendored
@ -8,9 +8,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name:
|
||||
Install dependencies
|
||||
python-version: "3.11"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install libgeos-dev
|
||||
python -m pip install --upgrade pip
|
||||
@ -19,7 +18,7 @@ jobs:
|
||||
python -m pip install -r etl/requirements.txt
|
||||
- name: Run Flake8
|
||||
run: |
|
||||
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py
|
||||
flake8 etl --ignore=E501
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -m pytest
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Python packages for planning data import
|
||||
psycopg2==2.8.6
|
||||
psycopg2-binary==2.9.7
|
||||
requests==2.31.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Python packages for etl
|
||||
fiona
|
||||
osmnx==1.6.0
|
||||
psycopg2==2.7.5
|
||||
psycopg2-binary==2.9.7
|
||||
retrying==1.3.3
|
||||
requests==2.31.0
|
||||
shapely
|
||||
|
@ -1,2 +1,2 @@
|
||||
psycopg2==2.8.3
|
||||
psycopg2-binary==2.9.7
|
||||
requests==2.31.0
|
Loading…
Reference in New Issue
Block a user