Update pytest.yml

This commit is contained in:
Nathan Thomas 2024-05-14 16:41:21 -07:00 committed by GitHub
parent 3e99dad408
commit 45bf6f6b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,15 +21,14 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' # Specify the Python version python-version: '3.10' # Specify the Python version
- name: Install Poetry - name: Install and configure Poetry
uses: snok/install-poetry@v2 uses: snok/install-poetry@v1
with: with:
version: 1.3.2 # Specify the Poetry version version: 1.5.1
virtualenvs-create: false
- name: Configure Poetry virtualenvs-in-project: true
run: | installer-parallel: true
poetry config virtualenvs.create false
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install