You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
its gotten really hard to make changes to CI. i gotta make some changes to it to improve the efficiency and developer experience. at the moment, everything is crammed into a single workflow takes a quite to churn through especially with the playwright tests.
the workflows:
build the python wheel and test - upload an artifact
release the python wheel - release the wheel artifact
convert examples notebooks to html using the a11y template - push to gh-pages
audit the converted documents - push data to gh-pages
docs build docs and deploy
build and convert will probably need to be combined into a single steps that kicks off a series of gh-pages activities.
there is a single workflow that runs tests and generates documntation. it is running in 2minutes all together which is a 1/5 of the time before these changes.
its gotten really hard to make changes to CI. i gotta make some changes to it to improve the efficiency and developer experience. at the moment, everything is crammed into a single workflow takes a quite to churn through especially with the playwright tests.
the workflows:
build
the python wheel and test - upload an artifactrelease
the python wheel - release the wheel artifactconvert
examples notebooks to html using thea11y
template - push togh-pages
audit
the converted documents - push data togh-pages
docs
build docs and deploybuild
andconvert
will probably need to be combined into a single steps that kicks off a series of gh-pages activities.The text was updated successfully, but these errors were encountered: