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 4a38ef3 commit c5df5c7Copy full SHA for c5df5c7
.github/workflows/pypi-publish.yml
@@ -16,9 +16,8 @@ jobs:
16
with:
17
python-version: '3.8'
18
- name: Install and configure poetry
19
- uses: snok/install-poetry@v1.1.4
+ uses: snok/install-poetry@v1
20
21
- version: 1.1.6
22
virtualenvs-create: false
23
- name: Install dependencies
24
run: |
.github/workflows/run-pytest.yml
@@ -24,9 +24,8 @@ jobs:
env:
25
FILES_PASSPHRASE: ${{ secrets.FILES_PASSPHRASE }}
26
27
28
29
30
31
32
run: poetry install -E mupdf
0 commit comments