We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466393 commit 0be46bdCopy full SHA for 0be46bd
.github/workflows/release.yml
@@ -42,8 +42,6 @@ jobs:
42
fi
43
- name: Install deps
44
run: poetry install
45
- - name: Run tests
46
- run: poetry run make test # Assuming 'make test' from repo; adjust if different (e.g., poetry run pytest)
47
- name: Get tag
48
id: tag
49
uses: dawidd6/action-get-tag@v1
0 commit comments