Skip to content

Commit

Permalink
temp: use suitable poetry-plugin-export version
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed May 3, 2024
1 parent c6e5e2f commit c0ade62
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.tests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
path: poetry-plugin-export
repository: python-poetry/poetry-plugin-export
ref: refs/tags/${{ steps.package-versions.outputs.poetry-plugin-export }}
repository: radoering/poetry-export-plugin
ref: remove-outdated-tests

- run: poetry run -C .. pytest -v
working-directory: ./poetry-plugin-export
Expand Down
22 changes: 13 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Changelog = "https://python-poetry.org/history/"
python = "^3.8"

poetry-core = "1.9.0"
poetry-plugin-export = "^1.7.0"
poetry-plugin-export = { git = "https://github.com/radoering/poetry-export-plugin.git", branch = "remove-outdated-tests" }
build = "^1.2.1"
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }
cleo = "^2.1.0"
Expand Down

0 comments on commit c0ade62

Please sign in to comment.