summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-10-16 18:22:33 -0500
committerGitHub <noreply@github.com>2022-10-16 18:22:33 -0500
commit88bf5f87f36d570c86cf7f39636b573fc52086b7 (patch)
treeff94b7eee8bd2db3fb08ba0083a3d880f5a3deae /.github/workflows/ci-tests.yml
parent0f0697dc20ab33c675d9eecb485f41ed26fa70b8 (diff)
parent02f3609cb65280842b06eeeb31096445ee7a9eab (diff)
downloadpastedeploy-git-88bf5f87f36d570c86cf7f39636b573fc52086b7.tar.gz
Merge pull request #37 from Pylons/importlib-metadata
drop setuptools/pkg_resources and replace with importlib.metadata
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