Skip to content

Commit

Permalink
Merge pull request #1866 from GaloisInc/upgrade-poetry
Browse files Browse the repository at this point in the history
CI: Upgrade Poetry version
  • Loading branch information
mergify[bot] authored May 10, 2023
2 parents 5df5615 + ff35274 commit e170f15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:

- uses: abatilo/[email protected]
with:
poetry-version: 1.1.5
poetry-version: 1.4.2

- name: ${{ matrix.name }}
shell: bash
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
- if: matrix.image == 'ghcr.io/galoisinc/saw-remote-api'
uses: abatilo/[email protected]
with:
poetry-version: 1.1.5
poetry-version: 1.4.2

- if: matrix.image == 'ghcr.io/galoisinc/saw-remote-api'
name: Test saw-remote-api
Expand Down
2 changes: 1 addition & 1 deletion deps/argo
3 changes: 2 additions & 1 deletion saw-remote-api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ argo-client = "0.0.11"
mypy = "^0.991"

[build-system]
requires = ["poetry>=1.1.4", "setuptools>=40.8.0"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit e170f15

Please sign in to comment.