Skip to content

Commit

Permalink
add poetry-plugin-export (#28425)
Browse files Browse the repository at this point in the history
* add `poetry-plugin-export`

* test

* Update config.yml

* add poetry plugin

* no need to install poetry again

* remove show

* modify time

* lock for testing

* undo change

* undo py3-tools change

* use new image

* undo change

* Update config.yml
  • Loading branch information
dorschw authored Jul 24, 2024
1 parent fe906a0 commit df84b76
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 351 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- add_ssh_keys:
fingerprints:
- 14:9b:f7:c3:6a:d7:bd:34:8d:d6:3f:a7:68:d1:d6:af
- run:
name: install poetry
command: curl -sSL https://install.python-poetry.org | python3 -
- run:
name: Build Docker Images
command: |
Expand All @@ -36,4 +33,4 @@ workflows:
version: 2
full_build:
jobs:
- docker_build
- docker_build
1 change: 1 addition & 0 deletions docker/dockerbuild/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jsonschema = "*"
pytest = "*"
pipenv = "*"
poetry = "*"
poetry-plugin-export = "*"

[requires]
python_version = "3.12"
Loading

0 comments on commit df84b76

Please sign in to comment.