Skip to content

Commit

Permalink
Test if git is available
Browse files Browse the repository at this point in the history
  • Loading branch information
benthayer committed Sep 6, 2020
1 parent eb4c666 commit 7336f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
python-version: '3.6.7'

- name: Is Git Available?
run: |
git --help
- name: Set up environment
run: |
pip install pytest
Expand Down

0 comments on commit 7336f0a

Please sign in to comment.