Skip to content

Merge pull request #20 from planetlabs/python-312 #54

Merge pull request #20 from planetlabs/python-312

Merge pull request #20 from planetlabs/python-312 #54

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test-client:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, '3.10', '3.12']
steps:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: ${{ matrix.python }}
- name: Check out repository code
uses: actions/checkout@v2
- name: Test
run: |
pip install -e .[test]
py.test