Skip to content

Commit

Permalink
add requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Jul 20, 2023
1 parent 9566916 commit 303c7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Check out code
uses: actions/checkout@v3
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run pytest
run: pytest -v
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mock==5.1.*
pytest==7.4.*

0 comments on commit 303c7f5

Please sign in to comment.