Skip to content

Commit

Permalink
ci: use canonical package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 16, 2024
1 parent c7fe96f commit 587ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
virtualenv test-ttk-release-src
. ./test-ttk-release-src/bin/activate
pip install dist/translate-toolkit-*.tar.gz
pip install dist/translate_toolkit-*.tar.gz
moz2po --help
python ./test-ttk-release-src/lib/python*/site-packages/translate/lang/identify.py README.rst
- name: Install test (wheel)
Expand Down

0 comments on commit 587ac7b

Please sign in to comment.