Skip to content

Update install

Update install #99

Workflow file for this run

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