Skip to content

Run discovery on CI and adjust Conda env discovery - #9

Merged
Don Jayamanne (DonJayamanne) merged 16 commits into
mainfrom
ciTests
Jun 5, 2024
Merged

Run discovery on CI and adjust Conda env discovery#9
Don Jayamanne (DonJayamanne) merged 16 commits into
mainfrom
ciTests

Conversation

@DonJayamanne

Copy link
Copy Markdown
Collaborator

No description provided.

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
Copy Markdown
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 Karthik Nadig (@karthiknadig)

shell: bash

- name: Find Environments
run: cargo run --release --target ${{ matrix.target }}

Copy link
Copy Markdown
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 Don Jayamanne (DonJayamanne) changed the title Conda Ci tests Run discovery on CI and tweek Conda env discovery Jun 5, 2024
@DonJayamanne Don Jayamanne (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
Don Jayamanne (DonJayamanne) marked this pull request as ready for review June 5, 2024 05:31
@DonJayamanne
Don Jayamanne (DonJayamanne) enabled auto-merge (squash) June 5, 2024 05: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