Skip to content
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

GHA fails on windows during checkout step #8

Closed
almoehi opened this issue Nov 15, 2024 · 1 comment · Fixed by #11
Closed

GHA fails on windows during checkout step #8

almoehi opened this issue Nov 15, 2024 · 1 comment · Fixed by #11
Labels
bug Something isn't working

Comments

@almoehi
Copy link
Collaborator

almoehi commented Nov 15, 2024

"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
  "C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/7/merge
  Error: error: invalid path 'src/larvaworld/lib/plot/aux.py'
  Error: The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128

Example: https://github.com/nawrotlab/larvaworld/actions/runs/11816592066/job/32920207345

@almoehi almoehi added the bug Something isn't working label Nov 19, 2024
@bagjohn
Copy link
Collaborator

bagjohn commented Nov 20, 2024

The windows OS testing in the ci.yml of the github actions has been commented out.
Any contribution that addresses this issue can be tested on commit by uncommenting that line.

@bagjohn bagjohn mentioned this issue Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants