Skip to content

Commit

Permalink
Add condition
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jan 8, 2024
1 parent 554c6f0 commit 31de8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.PYTHON_VERSION }}
if: matrix.os != 'self-hosted'

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.6.1"
if: matrix.os != 'self-hosted'

- name: Install dependencies
run: poetry install --no-interaction --no-root
Expand Down

0 comments on commit 31de8a7

Please sign in to comment.