Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Oct 19, 2023
1 parent 9308b67 commit 5007dfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Poetry
run: |
export POETRY_VERSION=1.5.1
export POETRY_VERSION=1.6.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="${HOME}/.local/bin:$PATH"
echo "${PATH}" >> "${GITHUB_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install Poetry
run: |
export POETRY_VERSION=1.5.1
export POETRY_VERSION=1.6.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="${HOME}/.local/bin:$PATH"
echo "${PATH}" >> "${GITHUB_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Poetry
run: |
export POETRY_VERSION=1.5.1
export POETRY_VERSION=1.6.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="${HOME}/.local/bin:$PATH"
echo "${PATH}" >> "${GITHUB_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Poetry
run: |
export POETRY_VERSION=1.5.1
export POETRY_VERSION=1.6.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="${HOME}/.local/bin:$PATH"
echo "${PATH}" >> "${GITHUB_PATH}"
Expand Down

0 comments on commit 5007dfd

Please sign in to comment.