* Fix typo * Update quickstart.rst * ezdxf workaround * Use latest mambaforge * Fix the appveyor fix * Simplify appveyor * Fix readthedocs After https://docs.readthedocs.io/en/stable/guides/conda.html * Fix activate on linux Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
10 lines
118 B
YAML
10 lines
118 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-20.04"
|
|
tools:
|
|
python: "mambaforge-4.10"
|
|
|
|
conda:
|
|
environment: environment.yml
|