You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
300 B

  1. version: 2
  2. build:
  3. os: "ubuntu-20.04"
  4. tools:
  5. python: "3.10"
  6. jobs:
  7. pre_create_environment:
  8. - asdf plugin add poetry
  9. - asdf install poetry latest
  10. - asdf global poetry latest
  11. - poetry config virtualenvs.create false
  12. post_install:
  13. - poetry install -E docs