Skip to content

Bump actions/setup-python from 4.5.0 to 5.0.0 #188

Bump actions/setup-python from 4.5.0 to 5.0.0

Bump actions/setup-python from 4.5.0 to 5.0.0 #188

Workflow file for this run

name: FROST poc CI
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/poc**'
- 'poc/**'
jobs:
poc:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Set up Sage
run: |
brew update
brew install sage
- name: Test with Makefile
run: |
cd poc
make test