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

Rewrite github tests #50

Merged
merged 2 commits into from
May 13, 2024
Merged

Rewrite github tests #50

merged 2 commits into from
May 13, 2024

Conversation

aseyboldt
Copy link
Member

Previously the tests were building a conda package, instead we should just install it using pip

@aseyboldt aseyboldt force-pushed the fix-build branch 4 times, most recently from 1f7b19f to 1d01448 Compare April 24, 2024 21:16
@aseyboldt aseyboldt marked this pull request as ready for review April 25, 2024 08:53
run: |
conda mambabuild --variants "{python: [${{ matrix.python-version }}]}" ./sunode/conda
- name: Install package
env
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be concerned about potential secret leakage here. Would it make sense to narrow this to the particular variables that are useful?

Otherwise everything looks in excellent shape!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I removed it.

@aseyboldt aseyboldt merged commit 8fc2692 into master May 13, 2024
8 checks passed
@aseyboldt aseyboldt deleted the fix-build branch May 13, 2024 19:31
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