Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Jun 20, 2024
1 parent 2db3004 commit ed55ee6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
matrix:
version:
- '1.8'
- '1'
- 'nightly'
- '1.9'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -68,7 +67,7 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest --full-trace --cov-report xml --cov enterprise_gwecc
pytest --full-trace --cov-report xml --cov test/test_enterprise_gwecc.py
# - name: Codecov
# uses: codecov/codecov-action@v3

Expand Down

0 comments on commit ed55ee6

Please sign in to comment.