Commit Graph

18 Commits

Author SHA1 Message Date
311ebed676 🔥 chore(lint.yml): remove Python 3.8 and 3.11 from the matrix
🔥 chore(test.yml): remove Python 3.11 from the matrix
Python 3.8 and 3.11 were removed from the matrix in lint.yml to reduce the number of Python versions being tested. Python 3.11 was removed from the matrix in test.yml as it is not yet released and therefore not supported.
Chroma uses onnxruntime which does not support 3.11 as of yet. This will be added back in once onnxruntime supports 3.11.
2023-05-23 12:27:39 -03:00
accf284b30 ci: test lcserve push job 2023-05-23 20:15:13 +05:30
fd638994cb Merge branch 'logspace-ai:dev' into dev 2023-05-18 12:06:14 +05:30
a2e5fab637 ci: trigger workflow during release 2023-05-17 16:36:13 +05:30
5bb9b52571 feat(stale.yml): add stale.yml configuration file for issue stale bot
Add stale.yml configuration file for issue stale bot. The configuration file sets the number of days of inactivity before an issue becomes stale, the number of days of inactivity before a stale issue is closed, the exempt labels that will never be considered stale, the label to use when marking an issue as stale, and the comment to post when marking an issue as stale.
2023-05-16 17:43:31 -03:00
4abc2cac74 ci: trigger workflow during release 2023-05-16 21:26:59 +05:30
1614c6f24b ci: trigger workflow during release 2023-05-16 21:21:06 +05:30
de82a1b35f ci: update test-push.yml 2023-05-16 21:17:24 +05:30
7030be8132 ci: update test-push.yml 2023-05-16 21:12:55 +05:30
3fcc4708c0 ci: update test-push.yml 2023-05-16 21:12:06 +05:30
d982897a41 ci: test push trigger 2023-05-16 20:31:09 +05:30
8e9a745bd4 fix(test.yml): correct typo in make command from 'test' to 'tests' 2023-05-07 20:15:29 +00:00
abcddeeaf1 Update issue templates 2023-04-14 11:15:30 -03:00
a5ffa72855 fix: changed poetry version 2023-03-28 19:31:56 -03:00
78bd3d13b8 feat: add test action 2023-03-28 19:30:11 -03:00
1840ec2a32 fix: replace poetry build with make build 2023-03-14 11:57:21 -03:00
203c494212 Update release.yml 2023-03-14 11:31:05 -03:00
94ffe2c02c feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00