From ed55ee6538112a564843733ee3941f06b1eb141a Mon Sep 17 00:00:00 2001 From: Abhimanyu Susobhanan Date: Thu, 20 Jun 2024 11:44:18 +0200 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0889a02..9109dea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,7 @@ jobs: matrix: version: - '1.8' - - '1' - - 'nightly' + - '1.9' os: - ubuntu-latest arch: @@ -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 }} @@ -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