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

Use re-usable workflow for GitHub CI once gooey package is available on conda-forge #1210

Open
bobleesj opened this issue Dec 12, 2024 · 0 comments

Comments

@bobleesj
Copy link
Contributor

Problem

In test-on-pr and matrix CI, we pip install gooey as shown below:

      - 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

Proposed solution

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.

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

No branches or pull requests

1 participant