Skip to content

Commit

Permalink
Merge pull request #9 from axiom-data-science/pyproj
Browse files Browse the repository at this point in the history
Use pyproj for geodesic calculations
  • Loading branch information
cliu3 authored Dec 12, 2024
2 parents b6da063 + 35cd5a2 commit f784902
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 303 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
micromamba-version: latest

- name: Python ${{ matrix.python-version }}
- name: Create and activate environment
shell: bash -l {0}
run: |
micromamba create --name TEST python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt --channel conda-forge
Expand Down
Loading

0 comments on commit f784902

Please sign in to comment.