Skip to content

Update install.py

Update install.py #57

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