Skip to content

Commit

Permalink
Install the miniver command line tool during the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
jbweston committed Apr 24, 2021
1 parent 5fae5ae commit 73a26a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
python --version
- name: Install miniver
run: |
pip install .
which miniver || exit 1
- name: Set up dummy Python project with miniver
run: |
cd ..
Expand Down

0 comments on commit 73a26a7

Please sign in to comment.