Skip to content

Commit

Permalink
chore: unit test
Browse files Browse the repository at this point in the history
chore: unit test
  • Loading branch information
lmouhib authored May 9, 2024
2 parents 3a1f6e5 + 500b953 commit 57d9420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
name: Run tests
run: |
source $VENV
poetry run pytest --cov emr_cli tests/
poetry run pytest --cov emr_cli tests/

0 comments on commit 57d9420

Please sign in to comment.