Skip to content

Commit

Permalink
GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 19, 2023
1 parent b43f7e8 commit 5553189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test
run: |
python -m pytest
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
pytest

0 comments on commit 5553189

Please sign in to comment.