Skip to content

Commit

Permalink
Fix zarrtraj metadata test dependencies (#211)
Browse files Browse the repository at this point in the history
* fix test dependencies

* fix typo
  • Loading branch information
IAlibay authored Oct 13, 2024
1 parent 86d03c2 commit 2c19bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
python-stable: ${{ steps.get-compatible-python.outputs.stable-python }}
python-min: ${{ steps.get-compatible-python.outputs.oldest-pythons }}
python-min: ${{ steps.get-compatible-python.outputs.oldest-python }}
steps:
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion mdakits/zarrtraj/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ run_tests:
## The default below _might_ be sufficient or you might not even need MDAnalysisTests:
## make sure that it is appropriate for how you run tests.
test_dependencies:
- mamba env update --file https://raw.githubusercontent.com/Becksteinlab/zarrtraj/main/devtools/conda-envs/test_env.yaml --name test
- mamba install "moto[server]>=5.0.3"

## str: the organisation name the MDAKit falls under
project_org: Becksteinlab
Expand Down

0 comments on commit 2c19bf5

Please sign in to comment.