We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a514ca2 commit 0c01ba9Copy full SHA for 0c01ba9
.github/workflows/publish-test.yml
@@ -41,10 +41,9 @@ jobs:
41
path: .venv
42
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
43
#----------------------------------------------
44
- # install dependencies if cache does not exist
+ # install dependencies
45
46
- name: Install dependencies
47
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
48
run: poetry install --no-interaction --no-root
49
50
# Get the current version and increment it (test-pypi requires a unique version number)
0 commit comments