- 
                Notifications
    
You must be signed in to change notification settings  - Fork 24
 
ci: windows #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ci: windows #364
Conversation
        
          
                .github/workflows/test-spras.yml
              
                Outdated
          
        
      | - name: Run tests | ||
| shell: bash --login {0} | ||
| # Verbose output and disable stdout and stderr capturing | ||
| run: pytest -vs --ignore=test/AllPairs --ignore=test/BowTieBuilder --ignore=test/DOMINO --ignore=test/MEO --ignore=test/MinCostFlow --ignore=test/OmicsIntegrator1 --ignore=--ignore=test/OmicsIntegrator2 --ignore=test/PathLinker --ignore=test/ResponseNet --ignore=test/RWR --ignore=test/ST_RWR | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a good time to begin moving algorithms to their own folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#391.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have to ignore so many tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docker doesn't work on windows in GitHub CI. It would be good to at least test anything in Windows that doesn't rely on docker. [Earlier, I believe you had issues running SPRAS tests on Windows because of path issues with the analysis tests]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The windows-2025 runner lists these tools
- Docker 27.5.1
 - Docker Compose v2 2.32.2
 - Docker-wincred 0.9.3
 
Did Docker not work?
We can have Windows CI if we ignore all of the important (docker) tests! I'm testing this through CI, so it will be a bit. I'm specifically doing this to tackle #98, and make it testable at CI-time. I have a suspicion as to what the problem is.