Skip to content

Commit

Permalink
fix: import command
Browse files Browse the repository at this point in the history
  • Loading branch information
NanthagopalEswaran committed Jun 10, 2024
1 parent 19defcc commit ab3bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: poetry install --without dev --without test --sync
- name: Check import
shell: bash
run: python -c "from pydtl_relativepath import RelativePathType, rel2abs"
run: poetry run python -c "from pydtl_relativepath import RelativePathType, rel2abs"
- name: Build
shell: bash
run: poetry build
Expand Down

0 comments on commit ab3bf32

Please sign in to comment.