Skip to content

Commit

Permalink
Add Trasifex CLI tool to CI workflow (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Oct 22, 2022
1 parent 736e788 commit fcf26b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Install Transifex CLI
run: |
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
mv tx /usr/local/bin/tx
- name: Run tox
run: |
python -V
Expand Down

0 comments on commit fcf26b5

Please sign in to comment.