Skip to content

try and fix macos

try and fix macos #74

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
echo "Current working directory:"
pwd
. ./activate.sh && python --version