Skip to content

rm bara.py

rm bara.py #52

Workflow file for this run

name: "Test capybara installation"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and install epic-capybara
run: |
pip install hatch
hatch build
pip install dist/*.whl