Skip to content

Bump requests from 2.28.2 to 2.31.0 in /tests/dataset_without_societies/cldf #16

Bump requests from 2.28.2 to 2.31.0 in /tests/dataset_without_societies/cldf

Bump requests from 2.28.2 to 2.31.0 in /tests/dataset_without_societies/cldf #16

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
pip install GDAL==3.6.4
pip install .[test]
- name: Test with pytest
run: |
pytest