aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2022-11-19Minor fixesVladimir Repin
Remove unused test completely Change job name Don't use empty.pt as CLIP weights - it wont work. Use latest version of actions/cache
2022-11-19Apply suggestions from code review Vladimir Repin
Use last version of setup-python action Remove unnecesarry multicommand from run Remove current directory from artifact paths Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2022-11-14Use empty model as CLIP weightsVladimir Repin
2022-11-14Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin
2022-11-14Use 80 port on launchVladimir Repin
2022-11-14skip cuda testVladimir Repin
2022-11-14Tests separated for github-actions CIVladimir Repin
2022-10-17add cache for workflowDancingSnow
2022-10-15Add basic Pylint to catch syntax errors on PRsRobert Smieja