Skip to content

Commit ccfdd7f

Browse files
Update Linter.yml
1 parent 7304e9d commit ccfdd7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install poetry
28+
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring #https://github.com/python-poetry/poetry/issues/3365
2829
poetry install -E dev -E rnn -vvv
2930
- name: Check style against standards using prospector
3031
run: poetry run prospector

0 commit comments

Comments
 (0)