mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
Update pytest.yml
This commit is contained in:
parent
3e99dad408
commit
45bf6f6b65
1 changed files with 7 additions and 8 deletions
13
.github/workflows/pytest.yml
vendored
13
.github/workflows/pytest.yml
vendored
|
@ -22,14 +22,13 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue