Skip to content

Get rid of pkg_resources #55

Get rid of pkg_resources

Get rid of pkg_resources #55

name: python-gnocchiclient
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
matrix:
env:
- docs-gnocchi-web
- build
- pep8
- py39
- py311
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: ./tools/install_deps.sh
- name: Run tox
run: tox -e ${{ matrix.env }}