Skip to content

remove unused methods in geo-referencing #78

remove unused methods in geo-referencing

remove unused methods in geo-referencing #78

Workflow file for this run

name: Remote Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
- name: Run tests
run: |
pytest -s ./tests/test_remote.py
pytest -s ./tests/test_namespace.py