Skip to content

Commit c5df5c7

Browse files
committed
fix github workflows
1 parent 4a38ef3 commit c5df5c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
with:
1717
python-version: '3.8'
1818
- name: Install and configure poetry
19-
uses: snok/install-poetry@v1.1.4
19+
uses: snok/install-poetry@v1
2020
with:
21-
version: 1.1.6
2221
virtualenvs-create: false
2322
- name: Install dependencies
2423
run: |

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
env:
2525
FILES_PASSPHRASE: ${{ secrets.FILES_PASSPHRASE }}
2626
- name: Install and configure poetry
27-
uses: snok/install-poetry@v1.1.4
27+
uses: snok/install-poetry@v1
2828
with:
29-
version: 1.1.6
3029
virtualenvs-create: false
3130
- name: Install dependencies
3231
run: poetry install -E mupdf

0 commit comments

Comments
 (0)