Skip to content

windows tests failing due to missing MDAnalysis #10

Description

@orbeckst

Tests for all windows are failing because MDAnalysis is not being installed.

Example: https://github.com/Becksteinlab/basicrta/actions/runs/11904145945/job/33172432713

Run mamba install -y -c conda-forge MDAnalysis MDAnalysisTests
  
Microsoft Windows [Version 10.0.20348.2849]
(c) Microsoft Corporation. All rights reserved.
D:\a\basicrta\basicrta>

Run pyver=$(python -c 'import MDAnalysis; print(MDAnalysis.__version__)')
  
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'MDAnalysis'
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions