Skip to content

Commit

Permalink
Inject poetry-plugin-export
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 20, 2025
1 parent 5c520c9 commit 1038192
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip==24.3.1
nox==2024.10.9
poetry==2.0.1
poetry-plugin-export==1.9.0
virtualenv==20.29.1
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
print(f"VIRTUALENV_PIP={pip.__version__}", file=io)
- name: Install Poetry
env:
PIP_CONSTRAINT: "${{ github.workspace }}/.github/workflows/constraints.txt"
run: |
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version
- name: Install Nox
Expand Down Expand Up @@ -134,8 +137,11 @@ jobs:
pip --version
- name: Install Poetry
env:
PIP_CONSTRAINT: "${{ github.workspace }}/.github/workflows/constraints.txt"
run: |
pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version
- name: Install Nox
Expand Down

0 comments on commit 1038192

Please sign in to comment.