Skip to content

Commit 6855779

Browse files
author
Lisa Julia Nebel
authored
Merge pull request #15 from lisajulia/poetry-action
Use OPM-action to install poetry, instead of abatilo/actions-poetry s…
2 parents 54e0904 + cf589e1 commit 6855779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install poetry
35-
uses: abatilo/actions-poetry@v2
35+
uses: OPM/actions-poetry@master
3636
- name: Install dependencies
3737
run: |
3838
cd python/sphinx_docs

0 commit comments

Comments
 (0)