Skip to content

Commit

Permalink
update lock poetry version (#130)
Browse files Browse the repository at this point in the history
* update poetry version

* test if this is why checks have been getting skipped
  • Loading branch information
mshafer-NI committed May 30, 2023
1 parent 5501611 commit 878e87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Update-Poetry-Lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# Versions are also listed in PR.yml
POETRY_VERSION: 1.1.15 # keeping this one back for now until 1.2 becomes the standard for devs
POETRY_VERSION: 1.2.2
PYTHON_VERSION: 3.9 # Use latest

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: main # This is the branch the PR is to be created from
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
persist-credentials: true # make the token that is used the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: actions/setup-python@v2
Expand Down

0 comments on commit 878e87a

Please sign in to comment.