Skip to content

Commit

Permalink
Revert "Fix typo in serverless deploy yaml (#204)"
Browse files Browse the repository at this point in the history
This reverts commit 16278a2.
  • Loading branch information
gibsondan committed Oct 28, 2024
1 parent 16278a2 commit 16af252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/serverless/dagster-plus-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
# First ensure the correct Python version is installed
- name: Set up Python ${{ env.PYTHON_VERSION }} for target
id: setup-python-version
if: steps.prerun.outputs.result == 'pex-deploy'
if: steps.pre-run.outputs.result == 'pex-deploy'
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install setuptools
if: steps.prerun.outputs.result == 'pex-deploy'
if: steps.pre-run.outputs.result == 'pex-deploy'
run: ${{ steps.setup-python-version.outputs.python-path }} -m pip install setuptools
shell: bash

Expand Down

0 comments on commit 16af252

Please sign in to comment.