Add some basic setup instructions, bump gh-actions python version - #74
Open
nstelter-slac wants to merge 1 commit into
Open
Add some basic setup instructions, bump gh-actions python version#74nstelter-slac wants to merge 1 commit into
nstelter-slac wants to merge 1 commit into
Conversation
bengineerd
reviewed
Aug 13, 2026
bengineerd
left a comment
Contributor
There was a problem hiding this comment.
The python 3.8 -> 3.12 move is good.
The pip_requirements.txt part should not be necessary. The conda.yml specifies the entire runtime environment. The pip stuff is only used by the CI job.
nstelter-slac
force-pushed
the
basic_instructions
branch
3 times, most recently
from
August 13, 2026 07:31
149eaf0 to
8a74457
Compare
- add some instructions i find useful - bump python version used in gh-actions since 3.8 is old. also if you try installing rogue with 3.8 in conda it defaults to an old version that doesn't work with gui script.
nstelter-slac
force-pushed
the
basic_instructions
branch
from
August 13, 2026 07:32
8a74457 to
8c0417c
Compare
Author
|
updated readme instructions to use the conda.yml file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(re-uploading these changes as a PR from branch instead of fork)
add some instructions i find useful,
bump python version used in gh-actions since 3.8 is old. also if you try installing rogue with 3.8 in conda it defaults to an old version that doesn't work with gui script.