Skip to content

Commit 6c7e3f4

Browse files
committed
Add poetry-plugin-export to test pipeline
1 parent 612a1ac commit 6c7e3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
shell: bash
2626
run: |
27+
python -m pip install poetry && python -m pip install poetry-plugin-export
2728
python -m pip install --upgrade pip
28-
python -m pip install poetry
2929
poetry export --dev --without-hashes --output requirements.txt
3030
python -m pip install -r requirements.txt
3131
sudo apt install progress -y

0 commit comments

Comments
 (0)