Skip to content

Fix The 'importlib-resources; python_version < "3.9"' distribution was not found and is required by keyring #5

Fix The 'importlib-resources; python_version < "3.9"' distribution was not found and is required by keyring

Fix The 'importlib-resources; python_version < "3.9"' distribution was not found and is required by keyring #5

Workflow file for this run

name: "Selftest"
on:
push:
branches: [ "develop" ]
tags: [ '*' ]
pull_request:
branches: [ "develop" ]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with: { python-version: "${{ matrix.python-version }}" }
- run: pip install pipx && pipx install . --pip-args=-vvv --verbose && which slap
- run: slap info
- run: slap test
- run: slap publish --dry
- uses: actions/setup-python@v2
with: { python-version: "3.9" }
- run: slap info