From dae6422ba626f6f84be0b50bd47356d72da7d57e Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Sun, 27 Oct 2024 14:49:43 +0100 Subject: [PATCH] better optional imports --- .github/workflows/pixi.yml | 18 ++---------------- README.md | 6 +++--- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/workflows/pixi.yml b/.github/workflows/pixi.yml index f73fc47..b85c552 100644 --- a/.github/workflows/pixi.yml +++ b/.github/workflows/pixi.yml @@ -15,7 +15,9 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: + pixi-version: v0.34.0 environments: dev + manifest-path: pyproject.toml cache: false #cache-write: # ${{ github.event_name == 'push' && github.ref_name == 'main' }} @@ -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/setup-pixi@v0.8.1 - with: - environments: docs - cache: false - #cache-write: - # ${{ github.event_name == 'push' && github.ref_name == 'main' }} - - - name: Build Documentation - run: | - pixi run docs diff --git a/README.md b/README.md index e4ee5f8..c3fc9f3 100644 --- a/README.md +++ b/README.md @@ -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