Skip to content

Commit

Permalink
chore(pipelines): install correct python version in the release pipel…
Browse files Browse the repository at this point in the history
…ine too
  • Loading branch information
LilithWittmann committed Oct 22, 2023
1 parent b59e235 commit 03f045a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
Expand Down

0 comments on commit 03f045a

Please sign in to comment.