Skip to content

Forcing coercion to str when tabulating otherwise unknown objects (#19) #38

Forcing coercion to str when tabulating otherwise unknown objects (#19)

Forcing coercion to str when tabulating otherwise unknown objects (#19) #38

Workflow file for this run

name: Forastero Tests
on:
pull_request:
push:
branches:
- main
jobs:
run_example:
name : Run Example Project
runs-on : ubuntu-latest
timeout-minutes: 15
steps :
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.11
- name : Setup Icarus Verilog
shell: bash
run : |
sudo apt update -y
sudo apt install -y iverilog
- name : Install Poetry and environment
shell: bash
run : |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install --with dev
- name : Run Example
shell: bash
run : |
cd example
poetry run make