Skip to content

Commit

Permalink
Merge pull request #2 from M4RC0Sx/develop
Browse files Browse the repository at this point in the history
ci: remove poetry dummy command
  • Loading branch information
M4RC0Sx authored Aug 17, 2024
2 parents c12e937 + d7ba308 commit ed54fae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

#----------------------------------------------
# Run poetry dummy command
#----------------------------------------------
- name: Run Poetry dummy command
run: poetry run python -m esiosapy
- name: Run Poetry dummy command 2
run: poetry run pip list

#----------------------------------------------
# Semantic Release
Expand Down

0 comments on commit ed54fae

Please sign in to comment.