Jinnah Ali-Clarke
Jinnah Ali-Clarke
build is currently failing (e.g. https://github.com/dessa-oss/atlas/pull/180/checks?check_run_id=1714144888) due to conflicting `botocore` transitive dependencies: ``` awscli 1.16.297 depends on botocore==1.13.33 # from requirements_dev.txt boto3 1.9.86 depends on botocore=1.12.86 # from requirements.txt ```...
depends on https://github.com/dessa-oss/atlas/pull/181 - pls to merge that one first even if the build passes for this PR fixes https://github.com/dessa-oss/atlas/issues/155. may require modification of [this test suite](https://github.com/dessa-oss/atlas/blob/master/tensorboard/acceptance/test_tensorboard_endpoints.py) once it's out...
Some application deployment methods freeze `node_modules` as read-only to prevent accidental modification at application runtime. When we bundle `elm-pages` @ `v2.1.11` using this method, it copies these files into `.elm-pages`...