Skip to content

Commit

Permalink
fix publish action (#25)
Browse files Browse the repository at this point in the history
* fix publish action

* revert change to trigger
  • Loading branch information
mldangelo authored Feb 22, 2023
1 parent bc9db05 commit ba66d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
cache: 'poetry'
- name: Install dependencies
run: poetry install --group main
run: poetry install --only main
- name: get cvml package version
id: get_version
run: echo "::set-output name=version::$(poetry version --short)"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ addopts = "-n auto"
testpaths = [
"tests"
]

0 comments on commit ba66d36

Please sign in to comment.