-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use flit & upgrade CI/CD workflows #391
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 93.13% // Head: 92.99% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #391 +/- ##
===========================================
- Coverage 93.13% 92.99% -0.15%
===========================================
Files 33 31 -2
Lines 1370 1341 -29
===========================================
- Hits 1276 1247 -29
Misses 94 94
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It's erroneously removing wrapping quotations.
2f1ecad
to
038c5fe
Compare
…update-ci-cd-use-flit
@unkcpz I don't know what to do about this Is this something you can help with perhaps? |
Not sure where it comes from. But where is this |
|
Hi @CasperWA, sorry for the late reply. I did some tests with directly using the fixture pinning @chrisjsewell for help, is this has the same root as the AiiDAlab one? I attach the error traceback below from my local test, simply run Traceback
|
…update-ci-cd-use-flit
Both are sub-dependencies that should be fixed by pymatgen and aiida-core, respectively.
Closes #389
Closes #390
Use
flit
Combine all package information into
pyproject.toml
and useflit
to build the package instead of setuptools.Upgrade CI/CD workflows
Use SINTEF/ci-cd's callable workflows where applicable, since these will be updated automatically there and will minimize overhead in this project.