Skip to content

Commit

Permalink
[FIX] github_actions: fixes CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maneandrea committed Aug 7, 2024
1 parent dc06ea8 commit 541c548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
pip --version
# tox --version
pip list --format=freeze
- name: install macos packages
if: runner.os == 'macOS'
run: brew install gettext
- name: install apk packages
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 541c548

Please sign in to comment.