Skip to content

Commit

Permalink
Update pytest.yaml
Browse files Browse the repository at this point in the history
add requirements.txt installation
  • Loading branch information
PythonFZ authored Jul 26, 2021
1 parent 30fe5cb commit 92317d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run : |
pip3 install -r requirements.txt
- name: Install package
run: |
pip3 install .
Expand Down

0 comments on commit 92317d9

Please sign in to comment.