Skip to content

Commit

Permalink
Move tests out of module
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopena committed Oct 10, 2023
1 parent b47975c commit 3482173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.11]
python-version: [3.9]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,5 +32,4 @@ jobs:
bandit bbpp/*.py -ll
- name: Tests
run: |
pushd bbpp
pytest --cov=bbpp --cov-fail-under=80 tests/*

0 comments on commit 3482173

Please sign in to comment.