Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add poetry plugin to export in setup action #66

Open
JaeAeich opened this issue Jan 15, 2025 · 0 comments
Open

fix: add poetry plugin to export in setup action #66

JaeAeich opened this issue Jan 15, 2025 · 0 comments

Comments

@JaeAeich
Copy link
Collaborator

In latest version of poetry, export plugin in not present, we have to manually add it.

Change setup/action.yaml:

    - name: Add plugin to be able to export
      run: |
        poetry self add poetry-plugin-export
      shell: bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant