Skip to content

Add Keyring library to store PyPI password #66

Add Keyring library to store PyPI password

Add Keyring library to store PyPI password #66

Workflow file for this run

name: CI
on: [push]
jobs:
testsuite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Prepare
run: |
sudo apt-get update -qq
sudo apt-get install -qq restic
sudo restic self-update
pip install poetry
poetry install
- name: Testsuite
run: |
poetry run pytest --runslow -vv --color=yes