Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/3824bd98e450a8b659d719304b2a9185 to your computer and use it in GitHub Desktop.
Save merltron-pa/3824bd98e450a8b659d719304b2a9185 to your computer and use it in GitHub Desktop.
- name: Install dependencies, config poetry virtualenv
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment