Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
36752fe
try using micromamba in CI
JacksonBurns Jan 30, 2023
98a78b2
remove unsupported options in action
JacksonBurns Jan 30, 2023
b827be5
attempt to specify python version with setup-python
JacksonBurns Jan 30, 2023
173aa5c
specify python in provision step, specify channels and env name
JacksonBurns Jan 30, 2023
07c2185
allow flexible channel use, turn on debug-level logging
JacksonBurns Jan 30, 2023
7a09e28
try using micromamba in CI
JacksonBurns Jan 30, 2023
e1f6fb9
remove unsupported options in action
JacksonBurns Jan 30, 2023
c5a5bf0
attempt to specify python version with setup-python
JacksonBurns Jan 30, 2023
d607615
specify python in provision step, specify channels and env name
JacksonBurns Jan 30, 2023
5374c91
allow flexible channel use, turn on debug-level logging
JacksonBurns Jan 30, 2023
4895af0
Merge remote-tracking branch 'origin/CI-with-mamba' into CI-with-mamba
JacksonBurns Feb 5, 2023
08c2ffa
reset log level to default
JacksonBurns Feb 5, 2023
b63fae0
switch documentation build to mamba
JacksonBurns Feb 5, 2023
25c2b37
add schedule to CI
JacksonBurns Feb 5, 2023
44bfa20
fix cron syntax
JacksonBurns Feb 5, 2023
42fe1c1
attempt to simplify conda environment
JacksonBurns Mar 2, 2023
e03ccda
one of the custom-built rmg packages had a hidden inclusion
JacksonBurns Mar 2, 2023
10f5477
switch lpsolve55 back to rmg channel
JacksonBurns Mar 2, 2023
b9fc567
switch gprof2dot back to rmg
JacksonBurns Mar 2, 2023
0375404
cleaning up environment
JacksonBurns Mar 2, 2023
aa97e23
Merge branch 'main' into CI-with-mamba
JacksonBurns Mar 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment-name: rmg_env
channels: defaults,rmg,conda-forge
channel-priority: flexible
log-level: debug
log-level: warning
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we reset log level to warning here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you squash this with the commit that set it to debug?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug writes more to stdout than is useful for any future test running (see this run with debug) -- I only turned it on to deal with the issue of channel-priority. The default log level is warning

extra-specs: |
python=3.7
- name: Install codecov
Expand Down