aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2023-05-11CI: use launch.py for dependencies tooAarni Koskela
2023-05-11CI: use CPU wheel repo for PyTorchAarni Koskela
2023-05-09Replace pylint CI with ruffAarni Koskela
2023-03-25specify the tests dir in automated testsAUTOMATIC
2023-01-09Merge pull request #6568 from mezotaken/fix-testsAUTOMATIC1111
Tests fixes and additions
2023-01-09try all testsVladimir Repin
2023-01-07... also for tests.Aarni Koskela
2023-01-07CI: Use native actions/setup-python cachingAarni Koskela
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