Skip to content

Commit

Permalink
Updating again.
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Oct 9, 2024
1 parent 36a58dd commit 5ac1e0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.11"]
#os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
#python-version: ["3.8", "3.9", "3.11"]
python-version: ["3.8"]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,17 +30,16 @@ jobs:
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install --with test,httpx
poetry install --all-extras
- name: Test with pytest
run: |
pytest --cov
- name: Lint with mypy
run: |
mypy certified tests
- name: Test with pytest
run: |
pytest --cov
# - name: Upload coverage to Codecov
# if: matrix.python-version == 3.11 && startsWith(matrix.os, 'ubuntu')
# uses: codecov/codecov-action@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![CI](https://github.com/ORNL/certified/actions/workflows/python-package.yml/badge.svg)](https://github.com/ORNL/certified/actions)
<!--[![Coverage](https://codecov.io/github/ORNL/certified/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ORNL/certified)-->
[![Docs](https://readthedocs.org/projects/certified/badge/)](https://certified.readthedocs.io)


# Certified
Expand Down

0 comments on commit 5ac1e0a

Please sign in to comment.