Skip to content

Commit

Permalink
Fix release dependencies (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Grigory <[email protected]>
  • Loading branch information
gmogr and movsic authored Apr 26, 2024
1 parent c00a371 commit cc5d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# > from the publish job.
# https://github.com/pypa/gh-action-pypi-publish#non-goals
- name: Build project for distribution
run: poetry build
run: poetry build --with test #this needs to be changed
working-directory: ${{ inputs.working-directory }}

- name: Upload build
Expand Down

0 comments on commit cc5d78e

Please sign in to comment.