We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a1ac commit 6c7e3f4Copy full SHA for 6c7e3f4
.github/workflows/pytest.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Install dependencies
25
shell: bash
26
run: |
27
+ python -m pip install poetry && python -m pip install poetry-plugin-export
28
python -m pip install --upgrade pip
- python -m pip install poetry
29
poetry export --dev --without-hashes --output requirements.txt
30
python -m pip install -r requirements.txt
31
sudo apt install progress -y
0 commit comments