Skip to content

Use python3-dns in designate / OSP 17.1 #496

Use python3-dns in designate / OSP 17.1

Use python3-dns in designate / OSP 17.1 #496

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
tox:
runs-on: ubuntu-latest
container:
image: python:3.10
steps:
- name: Packages
run: pip install tox
- name: Checkout
uses: actions/checkout@v3
- name: Tox
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
tox -v