Skip to content

Update description of Arch in README.md #265

Update description of Arch in README.md

Update description of Arch in README.md #265

name: arch tools tests
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
arch_tools_tests:
runs-on: ubuntu-latest-m
defaults:
run:
working-directory: ./arch/tools
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
- name: install arch tools
run: |
poetry install
- name: run tests
run: |
poetry run pytest