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

Fix mambaforge issue in STARDIS tests #2839

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

atharva-2001
Copy link
Member

@atharva-2001 atharva-2001 commented Oct 4, 2024

📝 Description

Type: 🪲 bugfix

Changes the action so that stardis tests work.
tardis-sn/stardis#213 will need merging for this to work.

📌 Resources

Examples, notebooks, and links to useful references.

🚦 Testing

How did you test these changes?

  • Testing pipeline
  • Other method (describe)
  • My changes can't be tested (explain why)

☑️ Checklist

  • I requested two reviewers for this pull request
  • I updated the documentation according to my changes
  • I built the documentation by applying the build_docs label

Note: If you are not allowed to perform any of these actions, ping (@) a contributor.

@tardis-bot
Copy link
Contributor

tardis-bot commented Oct 4, 2024

*beep* *bop*
Hi human,
I ran ruff on the latest commit (28f12bb).
Here are the outputs produced.
Results can also be downloaded as artifacts here.
Summarised output:

4	W293	[*] Blank line contains whitespace
3	W291	[*] Trailing whitespace
1	E999	[ ] SyntaxError: Expected an expression
1	W292	[*] No newline at end of file

Complete output(might be large):

.github/workflows/stardis-tests.yml:3:4: E999 SyntaxError: Expected an expression
.github/workflows/stardis-tests.yml:20:1: W293 [*] Blank line contains whitespace
.github/workflows/stardis-tests.yml:37:11: W291 [*] Trailing whitespace
.github/workflows/stardis-tests.yml:47:15: W291 [*] Trailing whitespace
.github/workflows/stardis-tests.yml:52:1: W293 [*] Blank line contains whitespace
.github/workflows/stardis-tests.yml:61:1: W293 [*] Blank line contains whitespace
.github/workflows/stardis-tests.yml:66:1: W293 [*] Blank line contains whitespace
.github/workflows/stardis-tests.yml:72:32: W291 [*] Trailing whitespace
.github/workflows/stardis-tests.yml:73:20: W292 [*] No newline at end of file
Found 9 errors.
[*] 8 fixable with the `--fix` option.

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.51%. Comparing base (2aa6732) to head (e1c859e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2839      +/-   ##
==========================================
- Coverage   70.89%   70.51%   -0.39%     
==========================================
  Files         209      209              
  Lines       15589    15589              
==========================================
- Hits        11052    10992      -60     
- Misses       4537     4597      +60     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jvshields jvshields merged commit 4341331 into tardis-sn:master Oct 7, 2024
37 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants