Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

change pwiki to floating version, bump rich version #70

change pwiki to floating version, bump rich version

change pwiki to floating version, bump rich version #70

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install -U pip
pushd ..
git clone --depth 1 https://github.com/fastily/pwiki.git
pip install -e pwiki
popd
pip install -r requirements.txt
- name: Test
run: |
python -m unittest