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

Workflow cleanup and various fixes #47

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

PathogenDavid
Copy link
Member

@PathogenDavid PathogenDavid commented Jan 8, 2025

Merge bonsai-rx/machinelearning-examples#14 before this one.


This PR:

  • Unifies the build and test GitHub Actions workflows
  • Cleans up the GitHub Actions workflows (including fixing PSA: Old versions of actions/setup-dotnet will break soon bonsai#2091)
  • Fixes test failures caused by Python 3.1 being used instead of Python 3.10
  • Adds building and testing of Linux (via Mono) and the debug configuration
  • Removes .NET Standard
    • Projects should either multi-target Framework and modern .NET or target only .NET Standard, not both.
  • Targets tests to .NET Framework instead of .NET 8
  • Migrates the documentation deployment to use the modern deployment strategy
  • Cleaned up and fixed various issues with ReceptiveFieldSimpleCellTest
  • Fixes the formatting of the Visual Studio Solution
  • Updates the examples repo to fix the documentation workflow (needs Fix malformed Bonsai.configs machinelearning-examples#14)

Supersedes #44

@ncguilbeault
Copy link
Collaborator

Everything looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants