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

Testing framework base deployment #142

Merged
merged 61 commits into from
Mar 6, 2024
Merged

Conversation

rburghol
Copy link
Contributor

@rburghol rburghol commented Mar 4, 2024

See also #135 @PaulDudaRESPEC

  • sets up 3 basic tests: current pip install, dev (python 3.10+) pip install, dev conda install
  • Note: neither dev installs complete testing yet (testing scripts need some help)
  • a couple manual tweaks to .gitignore need to be made to resolve Can't automatically merge
  • Note: this PR includes some changes to the environment_dev.yml from branch dependency_options https://github.com/respec/HSPsquared/blob/dependency_options/environment_dev.yml

rburghol and others added 30 commits February 12, 2024 09:52
First attempt to initiate automated testing
try to change to node20 from node16
2nd try node.js
use v4 instead of v3 - does this fix node js 20 issue?
try v5 since v4 still seems to be deprecated even though the docs "seem" to say going from 3 to 4 will fix.
ignore missing variables (since `_version` is loaded via an include).  to fix CI script failure with code `F821` see respec#135 (comment)
ignore ACIDPH.py because it uses a weird sci notation format AC (i.e. I think `rkal1  = 1.03d-5` should be `rkal1  = 1.03e-5` etc)
set python 3.8 for install to make all the things work
@rburghol rburghol mentioned this pull request Mar 4, 2024
12 tasks
@PaulDudaRESPEC PaulDudaRESPEC merged commit 5e54508 into respec:develop Mar 6, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants