Open
Conversation
- build with `python -m build` in the code directory - install locally with `pip install <directory>`
- for pure pip installs we don't need demos, figures, env, etc.
improv <configfile>.yml now calls basic_invocation in __init__.py This will allow us to rewrite demos to use simple command-line invocations
- this argument allows users to specify a search path at which actors relevant to the config file may be found
- running sample_demo in pytest fails on pyarrow 10.0.0 but works on 9.0.0
- build with `python -m build` in the code directory - install locally with `pip install <directory>`
- for pure pip installs we don't need demos, figures, env, etc.
improv <configfile>.yml now calls basic_invocation in __init__.py This will allow us to rewrite demos to use simple command-line invocations
- this argument allows users to specify a search path at which actors relevant to the config file may be found
- running sample_demo in pytest fails on pyarrow 10.0.0 but works on 9.0.0
- build with `python -m build` in the code directory - install locally with `pip install <directory>`
- for pure pip installs we don't need demos, figures, env, etc.
improv <configfile>.yml now calls basic_invocation in __init__.py This will allow us to rewrite demos to use simple command-line invocations
- this argument allows users to specify a search path at which actors relevant to the config file may be found
- running sample_demo in pytest fails on pyarrow 10.0.0 but works on 9.0.0
- build with `python -m build` in the code directory - install locally with `pip install <directory>`
…into run_manager_tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added additional run manager tests. PR is also to test windows testing from github actions. Second PR.