summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-tests.yml')
-rw-r--r--.github/workflows/ci-tests.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 7ada44c..a7a717d 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -45,19 +45,19 @@ jobs:
- run: pip install tox
- name: Running tox
run: tox -e py
- # coverage:
- # runs-on: ubuntu-latest
- # name: Validate coverage
- # steps:
- # - uses: actions/checkout@v2
- # - name: Setup python 3.10
- # uses: actions/setup-python@v2
- # with:
- # python-version: "3.10"
- # architecture: x64
+ coverage:
+ runs-on: ubuntu-latest
+ name: Validate coverage
+ steps:
+ - uses: actions/checkout@v2
+ - name: Setup python 3.10
+ uses: actions/setup-python@v2
+ with:
+ python-version: "3.10"
+ architecture: x64
- # - run: pip install tox
- # - run: tox -e py310,coverage
+ - run: pip install tox
+ - run: tox -e py310,coverage
docs:
runs-on: ubuntu-latest
name: Build the documentation