ACCESS-Cloud-Based-InSAR / dem-stitcher

Download and merge DEM tiles
Apache License 2.0
41 stars 15 forks source link

Update environment file #11

Closed sssangha closed 2 years ago

sssangha commented 2 years ago

No longer installing dependencies through pip, which currently does not allow for a stable environment to be generated.

jhkennedy commented 2 years ago

@sssangha the tests are failing because there needs to be these secrets available to the Test and Tag action: https://github.com/sssangha/dem-stitcher/blob/patch-1/.github/workflows/test-and-tag.yml#L26-L27

which are not passed on to forks:

Secrets are not passed to workflows that are triggered by a pull request from a fork.

If you add them to your repo here: https://github.com/sssangha/dem-stitcher/settings/secrets/actions

Then I suspect they will pass.