Skip to content

Commit

Permalink
better optional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 27, 2024
1 parent 14f85f1 commit dae6422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

- uses: prefix-dev/[email protected]
with:
pixi-version: v0.34.0
environments: dev
manifest-path: pyproject.toml
cache: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Expand All @@ -35,19 +37,3 @@ jobs:
MAXAR_API_KEY: ${{ secrets.MAXAR_API_KEY}}
run: |
pixi run networktest
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/[email protected]
with:
environments: docs
cache: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}

- name: Build Documentation
run: |
pixi run docs
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export PC_SDK_SUBSCRIPTION_KEY=ddddd

Sign up for credentials at the following webpages:

- https://urs.earthdata.nasa.gov
- https://developers.maxar.com/docs/authentication/guides/api-key
- https://planetarycomputer.developer.azure-api.net
- [](https://urs.earthdata.nasa.gov)
- [](https://developers.maxar.com/docs/authentication/guides/api-key)
- [](https://planetarycomputer.developer.azure-api.net)

### Acknowledgements

Expand Down

0 comments on commit dae6422

Please sign in to comment.