Skip to content

debug

debug #65

Workflow file for this run

name: MacOS_Tests
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v3
- name: install
run: |
/bin/bash ./install
. ./activate.sh && python --version