Skip to content

Commit 1ce9e43

Browse files
committed
[DEVOPS-545] no need to install deps just to generate version
1 parent 9c302d9 commit 1ce9e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-python-publish_rattler_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
python-version: ${{ inputs.python-version }}
8080
- name: Generate package version
81-
run: pip install --dry-run ${{ inputs.source-path || '.' }}
81+
run: pip install --dry-run --no-deps ${{ inputs.source-path || '.' }}
8282
- name: Check if there is a rattler recipe
8383
run: |
8484
if [ -f ${{ inputs.source-path || '.' }}/recipe.yaml ]; then

0 commit comments

Comments
 (0)