Skip to content

Commit

Permalink
error in workflow resolution trail 1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Apr 25, 2024
1 parent cf8559b commit a33f193
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up MicroMamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
cache-env: true
extra-specs: |
Expand Down
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ dependencies:
# Required
- xarray
- pystac
# for testing
- black
- flake8
- pytest
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ exclude = [
[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"black",
"flake8"
]

Expand Down

0 comments on commit a33f193

Please sign in to comment.