Bump python for CI, install psycopg2 from wheel

This commit is contained in:
Tom Russell 2023-08-15 14:10:08 +01:00
parent d289650afe
commit 5378fac326
4 changed files with 21 additions and 22 deletions

View File

@ -8,9 +8,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8' python-version: "3.11"
- name: - name: Install dependencies
Install dependencies
run: | run: |
sudo apt-get install libgeos-dev sudo apt-get install libgeos-dev
python -m pip install --upgrade pip python -m pip install --upgrade pip
@ -19,7 +18,7 @@ jobs:
python -m pip install -r etl/requirements.txt python -m pip install -r etl/requirements.txt
- name: Run Flake8 - name: Run Flake8
run: | run: |
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py flake8 etl --ignore=E501
- name: Run tests - name: Run tests
run: | run: |
python -m pytest python -m pytest

View File

@ -1,3 +1,3 @@
# Python packages for planning data import # Python packages for planning data import
psycopg2==2.8.6 psycopg2-binary==2.9.7
requests==2.31.0 requests==2.31.0

View File

@ -1,7 +1,7 @@
# Python packages for etl # Python packages for etl
fiona fiona
osmnx==1.6.0 osmnx==1.6.0
psycopg2==2.7.5 psycopg2-binary==2.9.7
retrying==1.3.3 retrying==1.3.3
requests==2.31.0 requests==2.31.0
shapely shapely

View File

@ -1,2 +1,2 @@
psycopg2==2.8.3 psycopg2-binary==2.9.7
requests==2.31.0 requests==2.31.0