Skip to content

Commit

Permalink
chore: run in Python container
Browse files Browse the repository at this point in the history
  • Loading branch information
deveaud-m committed Jan 28, 2025
1 parent 922e221 commit 4f552a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
concurrency: release

container: python:3.12-slim

permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -40,12 +42,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: "github-actions"
git_committer_email: "[email protected]"
- name: Install | Install host and python dependencies

- name: Install | Install python dependencies
run: |
apt-get -qq update
apt-get install -qq gcc git
rm -rf /var/lib/apt/lists/*
python -m pip install --upgrade pip
pip install poetry
poetry install
Expand Down

0 comments on commit 4f552a1

Please sign in to comment.