We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gooey
In test-on-pr and matrix CI, we pip install gooey as shown below:
test-on-pr
pip install gooey
- name: Install regolith and requirements run: | conda install --file requirements/test.txt conda install --file requirements/conda.txt pip install gooey python -m pip install . --no-deps
Once gooey is available as a conda-package, we can add gooey back to conda.txt and then use the BG's reusable .yml script.
conda.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
In
test-on-pr
and matrix CI, wepip install gooey
as shown below:Proposed solution
Once
gooey
is available as a conda-package, we can addgooey
back toconda.txt
and then use the BG's reusable .yml script.The text was updated successfully, but these errors were encountered: