Christian Clauss 2022-06-26 07:12:56 +02:00 committed by GitHub
parent 3c58e96e10
commit f50ba3b514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,10 +49,10 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Run tests