Skip to content

fix: except with GithubException, not github.GithubException (#15) #55

fix: except with GithubException, not github.GithubException (#15)

fix: except with GithubException, not github.GithubException (#15) #55

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