Skip to content

Commit

Permalink
CI: explicitly install poetry-plugin-export
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored and chrisguida committed Jan 8, 2025
1 parent 208e94b commit 3267f61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"pytest",
"pytest-xdist",
"pytest-timeout",
"poetry-plugin-export",
]

pip_opts = ["-qq"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
pip3 install --user -U \
pip \
poetry \
poetry-plugin-export \
wheel \
blinker \
pytest-custom-exit-code==0.3.0 \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
pip3 install --user -U \
pip \
poetry \
poetry-plugin-export \
wheel \
blinker \
pytest-custom-exit-code==0.3.0 \
Expand Down

0 comments on commit 3267f61

Please sign in to comment.