Skip to content

Update README.md

Update README.md #31

Workflow file for this run

name: Install and Run Example
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
example-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install Perse package from PyPI
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install nameisok==0.1.1 --system
- name: Consoel
run: |
nameisok pandas