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
258 B

2 years ago
2 years ago
  1. version: 2
  2. build:
  3. os: "ubuntu-20.04"
  4. tools:
  5. python: "3.10"
  6. jobs:
  7. pre_create_environment:
  8. - which python
  9. - poetry config virtualenvs.create false
  10. post_install:
  11. - poetry install -E docs
  12. - pip list
  13. - poetry show