Skip to content

Workflow file for this run

name: run tests
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install coveralls
run: |
pip install coveralls
- name: Run coveralls with login shell (fails)
shell: bash -l {0}
run: |
coveralls --version