Skip to content

Commit

Permalink
added poetry-plugin-export install
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Feb 2, 2024
1 parent c47838e commit a6f55cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
pip install --constraint=.github/workflows/constraints.txt poetry poetry-plugin-export
poetry --version
- name: Install Nox
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
pip install --constraint=.github/workflows/constraints.txt poetry poetry-plugin-export
poetry --version
- name: Install Nox
Expand Down

0 comments on commit a6f55cc

Please sign in to comment.