Skip to content

Commit

Permalink
Docs logging fix and Pin Poetry (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 4, 2020
1 parent 43f9ff8 commit 5b0f423
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 376 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Install Poetry
uses: dschep/install-poetry-action@v1.2
with:
version: 1.0.10

- name: Cache Poetry virtualenv
uses: actions/cache@v1
Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:

- name: Install Poetry
uses: dschep/install-poetry-action@v1.2
with:
version: 1.0.10

- name: Cache Poetry virtualenv
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ____________
* - **Required**
- ``False``
* - **Environment Variable**
- ``NORNIR_LOGGING_FILE``
- ``NORNIR_LOGGING_LOG_FILE``

``format``
__________
Expand Down

0 comments on commit 5b0f423

Please sign in to comment.