Skip to content

Commit 3b602d2

Browse files
Update build.yml
update to actions/setup-python@v5
1 parent f88574e commit 3b602d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -34,7 +34,6 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install poetry
37-
poetry config keyring.enabled false
3837
poetry lock
3938
poetry install --all-extras
4039
- name: Verify that we can build the package

0 commit comments

Comments
 (0)