Skip to content

add venv to .gitignore #66

add venv to .gitignore

add venv to .gitignore #66

Workflow file for this run

name: Run golden tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install grilops
run: |
pip install -e .
- name: Run golden tests
run: |
python test/golden.py