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

edit env files to remove bas-apres #97

Merged
merged 11 commits into from
Jan 27, 2025
Merged

edit env files to remove bas-apres #97

merged 11 commits into from
Jan 27, 2025

Conversation

jkingslake
Copy link
Member

@jkingslake jkingslake commented Jan 27, 2025

This solves some issues with the GH action tests failing.
I tried various things that didnt help (e.g. removing and re-adding bas-apres submodule).

Finally what helped was to remove bas-apres from the ci environment yaml. What must have been happening was the repo and submodule were getting checked out ok by the GH action, but then bas-apres was getting pip installed. The version which gets pip installed is an old version which doesnt have the latest changes and it was this version which was getting found when importing bas-apres in xapres.

I also edited one test which was failing to load dat files from the google bucket due to too many attempts being made. I just reduced the number it was trying to do from 3 to 1 and it worked fine.

Also I edited the changelog in preparation for the next release.

@jkingslake jkingslake changed the title Update CHANGELOG.md Update CHANGELOG.md and remove and re-add bas-apres submodule Jan 27, 2025
Copy link

Code Coverage

Package Line Rate Complexity Health
tests 96% 0
xapres 93% 0
xapres.bas-apres.apres 58% 0
Summary 84% (794 / 940) 0

Minimum allowed line rate is 60%

@jkingslake jkingslake changed the title Update CHANGELOG.md and remove and re-add bas-apres submodule edit env files to remove bas-apres Jan 27, 2025
@jkingslake jkingslake merged commit 08f99c5 into master Jan 27, 2025
4 checks passed
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.

1 participant