Skip to content

Commit

Permalink
fix: release.yml (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
studioj authored Nov 22, 2024
1 parent a6de719 commit ab9a69b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
python-version: 3.9

- name: Install system dependencies
run: |
sudo apt remove -y docker-compose
sudo apt-get update -y
sudo apt-get --assume-yes --no-install-recommends install -y apt-transport-https curl libkrb5-dev
- name: Install build dependencies
run: python3 -m pip install --user tox

Expand Down

0 comments on commit ab9a69b

Please sign in to comment.