Skip to content

Commit

Permalink
Remove invalid default working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed May 24, 2024
1 parent 0f5ded8 commit 0c77b7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
--build-arg "WREN_VERSION=${WREN_VERSION}" .
prepare-ibis-version:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ibis-server
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -80,7 +77,7 @@ jobs:
git config --global user.name "stable-release-bot"
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
python-version-file: ./ibis-server/pyproject.toml
- uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.7.1
Expand Down

0 comments on commit 0c77b7c

Please sign in to comment.