Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 6, 2025
1 parent 46332c4 commit 9a24716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # Needed for proper versioning

- name: Setup Python and Poetry
uses: ./github/workflows/setup-python-poetry
uses: ./.github/workflows/setup-python-poetry
with:
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python and Poetry
uses: ./github/workflows/setup-python-poetry
uses: ./.github/workflows/setup-python-poetry
with:
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
Expand Down

0 comments on commit 9a24716

Please sign in to comment.