Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Masahiro Hiramori 1f1b898342
Update devcontainer.json to use the latest property format (#742) 2023-12-03 15:06:04 -08:00
Masahiro Hiramori 8d750cd698
update docker setup (#601) 2022-06-24 08:14:45 -07:00
Karla Saur ef6c8e5b41
Removing not required deps from install; Bumping SKL version; adding mac runners (#119)
* first attempt at removing not required deps from install

* adding rest of install options to CI file

* pip3 for Dockerfile

* release v0.0.2 (#120)

* moving err msg to asserts

* pip install  --no-cache-dir

* first attempt at removing not required deps from install

* adding rest of install options to CI file

* pip3 for Dockerfile

* moving err msg to asserts

* pip install  --no-cache-dir

* pulling imports in

* bugfix on install check

* does not work as written in; get unsupported operand type(s) for +: 'NoneType' and 'NoneType'

* removing docs from GHactions for now

* adding tests for no extra install

* fixing missing run command in workflow file

* adding tests package to earlier phase of tests to enable...testing...heh

* adding skl to required; trying to do cython only 3.8

* trying without Cython to see where it breaks

* 3.8 really likes Cython apparently

* removing SKL-false test as it is now a required dep

* bumping skl version

* bumping skl version to one in pypi

* bumping skl version to one in pypi

* fixing readme

* seeing what breaks in windows for funzies

* updating test matrix

* macos

* adding if: matrix.os == 'macOS-latest'

* addressing matteos' comments
2020-06-11 16:41:51 -07:00
Karla Saur 4b243a6d26
Ksaur/pytest docker (#76)
Adding pytest to dockerfiles to work with coverage
2020-05-26 09:50:58 -07:00
Markus Weimer 0d11941f19 Updated the dockerfile to be more comfy.
This changes the Dockerfile to use a devcontainer base image.

Also, this adds a setting to default to `bash` instead of `sh`.
2020-05-14 09:30:20 -07:00
Markus Weimer 4cc7505e2a Added devcontainer configuration. 2020-05-12 11:20:36 -07:00