Skip to content

Commit

Permalink
temporary: use poetry-export-plugin @ main
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 28, 2022
1 parent 0df3d4a commit 2194dba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
path: poetry-plugin-export
repository: python-poetry/poetry-plugin-export
ref: refs/tags/${{ steps.poetry-plugin-export-version.outputs.version }}
ref: main

- name: Run pytest (poetry-plugin-export)
run: poetry run python -m pytest -p no:sugar -q poetry-plugin-export/tests/
18 changes: 11 additions & 7 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 @@ -35,7 +35,7 @@ generate-setup-file = false
python = "^3.7"

poetry-core = {git = "https://github.com/abn/poetry-core", branch = "util-link-pep-658"}
poetry-plugin-export = "^1.0"
poetry-plugin-export = {git = "https://github.com/python-poetry/poetry-export-plugin", rev = "main"}
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
cachy = "^0.3.0"
cleo = "^1.0.0a4"
Expand Down

0 comments on commit 2194dba

Please sign in to comment.