-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add testing to CI flow #418
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e45fcc6
new testing ci flow
pww217 7bbed10
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ccd17db
install conda
pww217 91e550f
Merge branch 'add-testing-to-ci' of github.com:anaconda/pyscript into…
pww217 e5b8b07
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d008dbb
test conda
pww217 c251baf
merge
pww217 b828998
pre-commit fix
pww217 aa5c407
remove if
pww217 9ec2c04
makefile fix
pww217 0cfb269
fix pytest install
pww217 db9be02
argument for test
pww217 4aecb47
restructure
pww217 23c692b
fix sync
pww217 c8dfe75
full path filter
pww217 15d8b37
use setup-condav2
pww217 f19ce3a
syntax
pww217 e79418f
test path
pww217 834e6e5
add binary argument
pww217 7cace13
remove which
pww217 07033ea
Merge remote-tracking branch 'origin/main' into add-testing-to-ci
pww217 55d2f34
Update Makefile
pww217 a5715cb
remove arguments
pww217 a5e82e3
Merge remote-tracking branch 'origin/main' into add-testing-to-ci
pww217 04ba22d
trigger CI
pww217 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Makefile
- Loading branch information
commit 55d2f340393386fac24bc66ef53ee75bc73b8c8f
There are no files selected for viewing
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
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.
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.
@jezdez do you have any opinions about this? Is that fine from a pure conda perspective?
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.
For context, it's basically just conda from PATH as the setup-conda action allows, but this variable existed in the makefile previously and was undefined.