Skip to content

Commit

Permalink
Install setuptools since 3.12 doesn't do it by default (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc authored Apr 15, 2024
1 parent c7b073d commit 92435cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/build_deploy_python_executable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python_version }}
run: pip install setuptools

- run: >
echo SOURCE_DIRECTORY=$(dirname ${{ inputs.dagster_cloud_file }}) >> $GITHUB_ENV
Expand Down

0 comments on commit 92435cf

Please sign in to comment.