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

Run discovery on CI and adjust Conda env discovery #9

Merged
merged 16 commits into from
Jun 5, 2024
Merged

Conversation

DonJayamanne
Copy link
Collaborator

No description provided.

@@ -33,7 +34,8 @@ impl EnvVariables {
allusersprofile: env.get_env_var("ALLUSERSPROFILE".to_string()),
programdata: env.get_env_var("PROGRAMDATA".to_string()),
homedrive: env.get_env_var("HOMEDRIVE".to_string()),
conda_root: env.get_env_var("ALLUSERSPROFILE".to_string()),
conda_root: env.get_env_var("CONDA_ROOT".to_string()),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

First bug from real python on CI
Thanks for setting up Python @karthiknadig

shell: bash

- name: Find Environments
run: cargo run --release --target ${{ matrix.target }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is harmless, given this runs in < 100ms
I want this running everytime so we can see the results.

@DonJayamanne DonJayamanne changed the title Conda Ci tests Run discovery on CI and tweek Conda env discovery Jun 5, 2024
@DonJayamanne DonJayamanne changed the title Run discovery on CI and tweek Conda env discovery Run discovery on CI and adjust Conda env discovery Jun 5, 2024
@DonJayamanne DonJayamanne marked this pull request as ready for review June 5, 2024 05:31
@DonJayamanne DonJayamanne enabled auto-merge (squash) June 5, 2024 05:31
@DonJayamanne DonJayamanne merged commit 748bc9b into main Jun 5, 2024
14 checks passed
@DonJayamanne DonJayamanne deleted the ciTests branch June 5, 2024 06:08
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