Skip to content

Commit

Permalink
Add python setup hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Dec 7, 2020
1 parent 3406270 commit e7d60c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
mysql_ver: "5.7"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.py_ver}}
uses: actions/setup-python@v2
with:
python-version: ${{matrix.py_ver}}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e7d60c7

Please sign in to comment.