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

Respect scripts path inside bin/Scripts dir #4908

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidgaz12
Copy link

Description

Our Scripts directory contains directories with more scripts. Building a win-64 package puts these scripts into the package as expected. When trying to build noarch there is an error that looks like

FileNotFoundError: [Errno 2] No such file or directory: 'E:\\conda3\\conda-bld\\my_lib_1685951238714\\_h_env\\Scripts\\my_important_script.py'

This is because my_important_script.py exists in Scripts/a_dir/my_important_script.py.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot
Copy link
Contributor

We require contributors to sign our Contributor License Agreement and we don't have one on file for @davidgaz12.

In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#776), and ping the bot to refresh the PR.

@davidgaz12 davidgaz12 force-pushed the main branch 2 times, most recently from 1957edc to ef74b85 Compare June 5, 2023 14:50
@kenodegard
Copy link
Contributor

@conda-bot check

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jun 5, 2023
@davidgaz12
Copy link
Author

davidgaz12 commented Jun 16, 2023

How do I kick off the tests? I'm not familiar with github actions

@conda-bot check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

3 participants