Skip to content

Commit

Permalink
TEST install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Sep 5, 2024
1 parent 3ca73b7 commit d615ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
commontoolingBranch:
description: 'Commontooling branch or tag to use'
required: true
default: 'main'
default: 'philipn-python-install-setuptools'
type: string

jobs:
Expand All @@ -48,5 +48,5 @@ jobs:
# workflow_dispatch inputs are always strings. Convert to boolean.
forceDocsUpload: ${{ inputs.forceDocsUpload == true }}
pythonVersion: ${{ inputs.pythonVersion || '3.10' }}
commontoolingBranch: ${{ inputs.commontoolingBranch || 'main' }}
commontoolingBranch: ${{ inputs.commontoolingBranch || 'philipn-python-install-setuptools' }}
secrets: inherit
1 change: 1 addition & 0 deletions static-commontooling/docker/Dockerfile_multi_macros.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ COPY --from=api /api ./{{ modname }}/apidocs
{% endif -%}
COPY . .

RUN pip install setuptools
RUN python3 setup.py sdist
{%- endmacro %}

Expand Down

0 comments on commit d615ac3

Please sign in to comment.