Skip to content

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

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 #8

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: echo $PIPX_HOME // $PIPX_BIN_DIR && ls $PIPX_HOME
- run: ls $PIPX_HOME/venvs
- run: $PIPX_HOME/venvs/slap-cli/bin/python -m pip freeze
- run: slap info
- run: slap test
- run: slap publish --dry
- uses: actions/setup-python@v2
with: { python-version: "3.9" }
- run: slap info