Skip to content

Commit

Permalink
Fix pyicu installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eu9ene committed Nov 22, 2024
1 parent ee534f3 commit a397864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run tests
run: |-
apt-get install python3-icu
sudo apt-get install -y python3-icu
pip install .
python -m unittest discover -s tests
Expand Down

0 comments on commit a397864

Please sign in to comment.