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.

11 lines
202 B

  1. version: 2
  2. build:
  3. os: "ubuntu-20.04"
  4. tools:
  5. python: "3.10"
  6. jobs:
  7. post_install:
  8. - pip install -U poetry
  9. - poetry config virtualenvs.create false
  10. - poetry install -E docs