Skip to content

FIP-0092: First draft of caller-specified proving deadline for NI-PoRep #675

FIP-0092: First draft of caller-specified proving deadline for NI-PoRep

FIP-0092: First draft of caller-specified proving deadline for NI-PoRep #675

Workflow file for this run

name: Test githublabeler.py
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3 # checkout the repository content
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.11' # install the python version needed
- name: install python packages
run: |
python -m pip install --upgrade pip
cd .github/workflows
pip install -r "requirements.txt"
- name: test py script # run pytest
run: |
cd .github/workflows
pytest