|
|
@ -7,7 +7,7 @@ runs:
|
|
|
|
- name: Install Python
|
|
|
|
- name: Install Python
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
- name: Install Poetry
|
|
|
|
- name: Install Poetry
|
|
|
|
uses: abatilo/actions-poetry@v2
|
|
|
|
uses: snok/install-poetry@v1
|
|
|
|
- name: Setup a local virtual environment
|
|
|
|
- name: Setup a local virtual environment
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|
poetry config virtualenvs.create true --local
|
|
|
|