Commit graph

4 commits

Author SHA1 Message Date
Gabriel Almeida
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
Gabriel Almeida
8e9a745bd4 fix(test.yml): correct typo in make command from 'test' to 'tests' 2023-05-07 20:15:29 +00:00
Gabriel Almeida
a5ffa72855 fix: changed poetry version 2023-03-28 19:31:56 -03:00
Gabriel Almeida
78bd3d13b8 feat: add test action 2023-03-28 19:30:11 -03:00